Files
c/kubernetes/docs/v2_horizontal_pod_autoscaler_condition.md

15 lines
844 B
Markdown
Raw Permalink Normal View History

# v2_horizontal_pod_autoscaler_condition_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_transition_time** | **char \*** | lastTransitionTime is the last time the condition transitioned from one status to another | [optional]
**message** | **char \*** | message is a human-readable explanation containing details about the transition | [optional]
**reason** | **char \*** | reason is the reason for the condition's last transition. | [optional]
**status** | **char \*** | status is the status of the condition (True, False, Unknown) |
**type** | **char \*** | type describes the current condition |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)