Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 1.29 KB

PersistentVolumeClaimSpec.md

File metadata and controls

19 lines (12 loc) · 1.29 KB

PersistentVolumeClaimSpec

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

Properties

Name Type Description Notes
accessModes List<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]
dataSource TypedLocalObjectReference [optional]
resources io.kubernetes.client.openapi.models.V1ResourceRequirements [optional]
selector LabelSelector [optional]
storageClassName String Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 [optional]
volumeMode 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]
volumeName String VolumeName is the binding reference to the PersistentVolume backing this claim. [optional]