{
  "description": "PriorityLevelConfigurationStatus represents the current state of a \"request-priority\".",
  "properties": {
    "conditions": {
      "description": "`conditions` is the current state of \"request-priority\".",
      "items": {
        "description": "PriorityLevelConfigurationCondition defines the condition of priority level.",
        "properties": {
          "lastTransitionTime": {
            "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers.",
            "format": "date-time",
            "type": [
              "string",
              "null"
            ]
          },
          "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",
          "null"
        ],
        "additionalProperties": false
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-map-keys": [
        "type"
      ],
      "x-kubernetes-list-type": "map",
      "x-kubernetes-patch-merge-key": "type",
      "x-kubernetes-patch-strategy": "merge"
    }
  },
  "type": "object",
  "additionalProperties": false,
  "$schema": "http://json-schema.org/schema#"
}