Name | Type | Description | Notes |
---|---|---|---|
type | str | Type is the type of the condition. Currently only Ready. More info: http://releases.k8s.io/release-1.2/docs/user-guide/pod-states.md#pod-conditions | |
status | str | Status is the status of the condition. Can be True, False, Unknown. More info: http://releases.k8s.io/release-1.2/docs/user-guide/pod-states.md#pod-conditions | |
last_probe_time | str | Last time we probed the condition. | [optional] |
last_transition_time | str | Last time the condition transitioned from one status to another. | [optional] |
reason | str | Unique, one-word, CamelCase reason for the condition's last transition. | [optional] |
message | str | Human-readable message indicating details about last transition. | [optional] |