OS
Schema Hub

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.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

lastTransitionTimeobject
Last time the condition transitioned from one status to another.
messagestring
Human-readable message indicating details about last transition.
reasonstring
Unique, one-word, CamelCase reason for the condition's last transition.
statusstringRequired
Status is the status of the condition. Can be True, False, Unknown.
typestringRequired
Type is the type of the condition.