{ "description": "PriorityLevelConfigurationCondition defines the condition of priority level.", "properties": { "lastTransitionTime": { "$ref": "/api/_definitions.json#/$defs/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { "description": "`message` is a human-readable message indicating details about last transition.", "type": [ "string", "null" ] }, "reason": { "description": "`reason` is a unique, one-word, CamelCase reason for the condition's last transition.", "type": [ "string", "null" ] }, "status": { "description": "`status` is the status of the condition. Can be True, False, Unknown. Required.", "type": [ "string", "null" ] }, "type": { "description": "`type` is the type of the condition. Required.", "type": [ "string", "null" ] } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/prioritylevelconfigurationcondition/flowcontrol/v1beta3" }