Pod Condition Patch
data class PodConditionPatch(val lastProbeTime: String? = null, val lastTransitionTime: String? = null, val message: String? = null, val observedGeneration: Int? = null, val reason: String? = null, val status: String? = null, val type: String? = null)
PodCondition contains details for the current condition of this pod.
Constructors
Properties
Link copied to clipboard
Last time we probed the condition.
Link copied to clipboard
Last time the condition transitioned from one status to another.
Link copied to clipboard
If set, this represents the .metadata.generation that the pod condition was set based upon. This is an alpha field. Enable PodObservedGenerationTracking to be able to use this field.