DaemonSetCondition
io.k8s.api.apps.v1.DaemonSetCondition
source ↗
DaemonSetCondition describes the state of a DaemonSet 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 DaemonSet condition.