{
  "description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.",
  "properties": {
    "lastTransitionTime": {
      "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
      "description": "lastTransitionTime 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"
      ]
    },
    "observedGeneration": {
      "description": "observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.",
      "format": "int64",
      "type": [
        "integer",
        "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.",
      "type": [
        "string",
        "null"
      ]
    },
    "type": {
      "description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "type",
    "status"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}