kubernetes v1.37
HorizontalPodAutoscalerStatus.conditions
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
| Field / Type | Description |
|---|---|
lastTransitionTime is the last time the condition transitioned from one status to another
| |
message | message is a human-readable explanation containing details about the transition |
observedGeneration | 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.
|
reason | reason is the reason for the condition's last transition. |
status | status is the status of the condition (True, False, Unknown) |
type | type describes the current condition |