DeploymentCondition

io.k8s.api.apps.v1.DeploymentCondition source ↗

DeploymentCondition describes the state of a deployment at a certain point.

lastTransitionTimeTimeLast time the condition transitioned from one status to another.
lastUpdateTimeTimeThe last time this condition was updated.
messagestringA human readable message indicating details about the transition.
reasonstringThe reason for the condition's last transition.
statusstring requiredStatus of the condition, one of True, False, Unknown.
typestring requiredType of deployment condition.