Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 827 Bytes

Condition.md

File metadata and controls

15 lines (10 loc) · 827 Bytes

Condition

Properties

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