{ "description": "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.", "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 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": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/horizontalpodautoscalercondition/autoscaling/v2" }