Volume represents a named volume in a pod that may be accessed by any container in the pod.
| Name | Type | Description | Notes |
|---|---|---|---|
| aws_elastic_block_store | V1AWSElasticBlockStoreVolumeSource | [optional] | |
| azure_disk | V1AzureDiskVolumeSource | [optional] | |
| azure_file | V1AzureFileVolumeSource | [optional] | |
| cephfs | V1CephFSVolumeSource | [optional] | |
| cinder | V1CinderVolumeSource | [optional] | |
| config_map | V1ConfigMapVolumeSource | [optional] | |
| csi | V1CSIVolumeSource | [optional] | |
| downward_api | V1DownwardAPIVolumeSource | [optional] | |
| empty_dir | V1EmptyDirVolumeSource | [optional] | |
| fc | V1FCVolumeSource | [optional] | |
| flex_volume | V1FlexVolumeSource | [optional] | |
| flocker | V1FlockerVolumeSource | [optional] | |
| gce_persistent_disk | V1GCEPersistentDiskVolumeSource | [optional] | |
| git_repo | V1GitRepoVolumeSource | [optional] | |
| glusterfs | V1GlusterfsVolumeSource | [optional] | |
| host_path | V1HostPathVolumeSource | [optional] | |
| iscsi | V1ISCSIVolumeSource | [optional] | |
| name | str | Volume's name. 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] | |
| persistent_volume_claim | V1PersistentVolumeClaimVolumeSource | [optional] | |
| photon_persistent_disk | V1PhotonPersistentDiskVolumeSource | [optional] | |
| portworx_volume | V1PortworxVolumeSource | [optional] | |
| projected | V1ProjectedVolumeSource | [optional] | |
| quobyte | V1QuobyteVolumeSource | [optional] | |
| rbd | V1RBDVolumeSource | [optional] | |
| scale_io | V1ScaleIOVolumeSource | [optional] | |
| secret | V1SecretVolumeSource | [optional] | |
| storageos | V1StorageOSVolumeSource | [optional] | |
| vsphere_volume | V1VsphereVirtualDiskVolumeSource | [optional] |