V1PodCondition

May 5, 2026 ยท View on GitHub

PodCondition contains details for the current condition of this pod.

Properties

NameTypeDescriptionNotes
last_probe_timedatetimeLast time we probed the condition.[optional]
last_transition_timedatetimeLast time the condition transitioned from one status to another.[optional]
messagestrHuman-readable message indicating details about last transition.[optional]
observed_generationintIf set, this represents the .metadata.generation that the pod condition was set based upon.[optional]
reasonstrUnique, one-word, CamelCase reason for the condition's last transition.[optional]
statusstrStatus is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
typestrType is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions

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