ReplicaSetCondition

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

ReplicaSetCondition describes the state of a replica set 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 replica set condition.