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

1.0 KiB

Kubernetes::Object::V1PersistentVolumeClaimCondition

Load the model package

use Kubernetes::Object::V1PersistentVolumeClaimCondition;

Properties

Name Type Description Notes
last_probe_time DateTime Last time we probed the condition. [optional]
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, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized. [optional]
status string
type string

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