Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 3.15 KB

V1Volume.md

File metadata and controls

44 lines (36 loc) · 3.15 KB

V1Volume

Volume represents a named volume in a pod that may be accessed by any container in the pod.

Properties

Name Type Description Notes
awsElasticBlockStore V1AWSElasticBlockStoreVolumeSource [optional]
azureDisk V1AzureDiskVolumeSource [optional]
azureFile V1AzureFileVolumeSource [optional]
cephfs V1CephFSVolumeSource [optional]
cinder V1CinderVolumeSource [optional]
configMap V1ConfigMapVolumeSource [optional]
csi V1CSIVolumeSource [optional]
downwardAPI V1DownwardAPIVolumeSource [optional]
emptyDir V1EmptyDirVolumeSource [optional]
ephemeral V1EphemeralVolumeSource [optional]
fc V1FCVolumeSource [optional]
flexVolume V1FlexVolumeSource [optional]
flocker V1FlockerVolumeSource [optional]
gcePersistentDisk V1GCEPersistentDiskVolumeSource [optional]
gitRepo V1GitRepoVolumeSource [optional]
glusterfs V1GlusterfsVolumeSource [optional]
hostPath V1HostPathVolumeSource [optional]
image V1ImageVolumeSource [optional]
iscsi V1ISCSIVolumeSource [optional]
name String name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
nfs V1NFSVolumeSource [optional]
persistentVolumeClaim V1PersistentVolumeClaimVolumeSource [optional]
photonPersistentDisk V1PhotonPersistentDiskVolumeSource [optional]
portworxVolume V1PortworxVolumeSource [optional]
projected V1ProjectedVolumeSource [optional]
quobyte V1QuobyteVolumeSource [optional]
rbd V1RBDVolumeSource [optional]
scaleIO V1ScaleIOVolumeSource [optional]
secret V1SecretVolumeSource [optional]
storageos V1StorageOSVolumeSource [optional]
vsphereVolume V1VsphereVirtualDiskVolumeSource [optional]