Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 904 Bytes

Condition.md

File metadata and controls

16 lines (12 loc) · 904 Bytes

Condition

Condition explains the transitions on phase

Properties

Name Type Description Notes
last_probe_time datetime [optional]
last_transition_time datetime [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` [default to '']
type str Type of condition, either `Complete` or `Failed` [default to '']

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