Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 4.11 KB

V1PersistentVolumeSpec.md

File metadata and controls

39 lines (35 loc) · 4.11 KB

V1PersistentVolumeSpec

Properties

Name Type Description Notes
AccessModes []string AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes [optional]
AwsElasticBlockStore V1AwsElasticBlockStoreVolumeSource [optional]
AzureDisk V1AzureDiskVolumeSource [optional]
AzureFile V1AzureFilePersistentVolumeSource [optional]
Capacity map[string]string A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity [optional]
Cephfs V1CephFsPersistentVolumeSource [optional]
Cinder V1CinderPersistentVolumeSource [optional]
ClaimRef V1ObjectReference [optional]
Csi V1CsiPersistentVolumeSource [optional]
Fc V1FcVolumeSource [optional]
FlexVolume V1FlexPersistentVolumeSource [optional]
Flocker V1FlockerVolumeSource [optional]
GcePersistentDisk V1GcePersistentDiskVolumeSource [optional]
Glusterfs V1GlusterfsPersistentVolumeSource [optional]
HostPath V1HostPathVolumeSource [optional]
Iscsi V1IscsiPersistentVolumeSource [optional]
Local V1LocalVolumeSource [optional]
MountOptions []string A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options [optional]
Nfs V1NfsVolumeSource [optional]
NodeAffinity V1VolumeNodeAffinity [optional]
PersistentVolumeReclaimPolicy string What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming [optional]
PhotonPersistentDisk V1PhotonPersistentDiskVolumeSource [optional]
PortworxVolume V1PortworxVolumeSource [optional]
Quobyte V1QuobyteVolumeSource [optional]
Rbd V1RbdPersistentVolumeSource [optional]
ScaleIO V1ScaleIoPersistentVolumeSource [optional]
StorageClassName string Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. [optional]
Storageos V1StorageOsPersistentVolumeSource [optional]
VolumeMode string volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is a beta feature. [optional]
VsphereVolume V1VsphereVirtualDiskVolumeSource [optional]

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