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

1.4 KiB

Kubernetes::Object::V1PersistentVolumeClaimSpec

Load the model package

use Kubernetes::Object::V1PersistentVolumeClaimSpec;

Properties

Name Type Description Notes
access_modes ARRAY[string] AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 [optional]
data_source V1TypedLocalObjectReference [optional]
resources V1ResourceRequirements [optional]
selector V1LabelSelector [optional]
storage_class_name string Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 [optional]
volume_mode string volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is a beta feature. [optional]
volume_name string VolumeName is the binding reference to the PersistentVolume backing this claim. [optional]

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