DaemonSetCondition
DaemonSetCondition describes the state of a DaemonSet at a certain point.
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/apps.api.k8s.io/DaemonSetCondition_v1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/apps.api.k8s.io/DaemonSetCondition_v1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
lastTransitionTimeobjectLast 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.
statusstringRequiredStatus of the condition, one of True, False, Unknown.
typestringRequiredType of DaemonSet condition.