872 B
872 B
Kubernetes::Object::V1beta1DaemonSetCondition
Load the model package
use Kubernetes::Object::V1beta1DaemonSetCondition;
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| last_transition_time | DateTime | Last time the condition transitioned from one status to another. | [optional] |
| message | string | A human readable message indicating details about the transition. | [optional] |
| reason | string | The reason for the condition's last transition. | [optional] |
| status | string | Status of the condition, one of True, False, Unknown. | |
| type | string | Type of DaemonSet condition. |