OS
OpenSpec HUB

PodCondition

PodCondition contains details for the current condition of this pod.

Resource Structure

Interactive Tree
lastProbeTimeobject
Last time we probed the condition.
lastTransitionTimeobject
Last time the condition transitioned from one status to another.
messagestring
Human-readable message indicating details about last transition.
observedGenerationinteger
If set, this represents the .metadata.generation that the pod condition was set based upon. The PodObservedGenerationTracking feature gate must be enabled to use this field.
reasonstring
Unique, one-word, CamelCase reason for the condition's last transition.
statusstringRequired
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
typestringRequired
Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
OpenSpec HUB
Source: core.api.k8s.io/PodCondition_v1.json