APIServiceCondition
APIServiceCondition describes the state of an APIService at a particular point
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/apiregistration.api.k8s.io/APIServiceCondition_v1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/apiregistration.api.k8s.io/APIServiceCondition_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.
messagestringHuman-readable message indicating details about last transition.
reasonstringUnique, one-word, CamelCase reason for the condition's last transition.
statusstringRequiredStatus is the status of the condition. Can be True, False, Unknown.
typestringRequiredType is the type of the condition.