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

945 B

Kubernetes::Object::V1beta1CustomResourceDefinitionCondition

Load the model package

use Kubernetes::Object::V1beta1CustomResourceDefinitionCondition;

Properties

Name Type Description Notes
last_transition_time DateTime Last time the condition transitioned from one status to another. [optional]
message string Human-readable message indicating details about last transition. [optional]
reason string Unique, one-word, CamelCase reason for the condition's last transition. [optional]
status string Status is the status of the condition. Can be True, False, Unknown.
type string Type is the type of the condition.

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