DeploymentCondition
DeploymentCondition describes the state of a deployment at a certain point.
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/apps.api.k8s.io/DeploymentCondition_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/DeploymentCondition_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.
lastUpdateTimeobjectThe last time this condition was updated.
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 deployment condition.