Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 980 Bytes

File metadata and controls

15 lines (11 loc) · 980 Bytes

Condition

Properties

Name Type Description Notes
last_probe_time V1Time LastProbeTime describes last time this condition was updated. [optional]
last_transition_time V1Time LastTransitionTime describes last time the condition transitioned from one status to another. [optional]
message str Message is a human-readable message indicating details about the transition [optional]
reason str Reason for the condition's last transition [optional]
status str Status of the condition, one of `True`, `False` or `Unknown`
type str Type of condition, either `Complete` or `Failed`

[Back to Model list] [Back to API list] [Back to README]