ReplicationControllerCondition

io.k8s.api.core.v1.ReplicationControllerCondition source ↗

ReplicationControllerCondition describes the state of a replication controller at a certain point.

lastTransitionTimeTimeThe last time the condition transitioned from one status to another.
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 replication controller condition.