{
  "description": "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.",
  "properties": {
    "lastTransitionTime": {
      "$ref": "_definitions.json#/definitions/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 explanation containing details about the transition",
      "type": [
        "string",
        "null"
      ]
    },
    "reason": {
      "description": "reason is the reason for the condition's last transition.",
      "type": [
        "string",
        "null"
      ]
    },
    "status": {
      "description": "status is the status of the condition (True, False, Unknown)",
      "type": [
        "string",
        "null"
      ]
    },
    "type": {
      "description": "type describes the current condition",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "type",
    "status"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}