StatefulSetCondition

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

StatefulSetCondition describes the state of a statefulset at a certain point.

lastTransitionTimeTimeLast 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 statefulset condition.