959 B
959 B
Kubernetes::Object::V1DeploymentCondition
Load the model package
use Kubernetes::Object::V1DeploymentCondition;
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| last_transition_time | DateTime | Last time the condition transitioned from one status to another. | [optional] |
| last_update_time | DateTime | The last time this condition was updated. | [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 deployment condition. |