Files
perl/docs/V1DeploymentCondition.md
2019-03-23 16:42:23 +08:00

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.

[Back to Model list] [Back to API list] [Back to README]