Files
c/kubernetes/docs/v1_persistent_volume_status.md
Kubernetes Prow Robot cf0538fd4d Automated openapi generation from release-1.24
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2022-06-05 18:16:17 +00:00

814 B

v1_persistent_volume_status_t

Properties

Name Type Description Notes
message char * message is a human-readable message indicating details about why the volume is in this state. [optional]
phase char * phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase [optional]
reason char * reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. [optional]

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