python/kubernetes/docs/V1PersistentVolumeClaimSpec.md
Nabarun Pal cd92c5d545
Generate client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:32 +05:30

1.3 KiB

V1PersistentVolumeClaimSpec

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

Properties

Name Type Description Notes
access_modes list[str] 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 str Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 [optional]
volume_mode str volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. [optional]
volume_name str VolumeName is the binding reference to the PersistentVolume backing this claim. [optional]

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