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

878 B

Kubernetes::Object::V1beta2StatefulSetCondition

Load the model package

use Kubernetes::Object::V1beta2StatefulSetCondition;

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 statefulset condition.

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