Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 887 Bytes

PodCondition.md

File metadata and controls

15 lines (11 loc) · 887 Bytes

PodCondition

Properties

Name Type Description Notes
last_probe_time str Last time we probed the condition. +optional [optional]
last_transition_time str Last time the condition transitioned from one status to another. +optional [optional]
message str Human-readable message indicating details about last transition. +optional [optional]
reason str Unique, one-word, CamelCase reason for the condition's last transition. +optional [optional]
status ConditionStatus [optional]
type PodConditionType [optional]

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