Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.95 KB

Volume.md

File metadata and controls

39 lines (35 loc) · 2.95 KB

Volume

Properties

Name Type Description Notes
aws_elastic_block_store AWSElasticBlockStoreVolumeSource [optional]
azure_disk AzureDiskVolumeSource [optional]
azure_file AzureFileVolumeSource [optional]
cephfs CephFSVolumeSource [optional]
cinder CinderVolumeSource [optional]
config_map ConfigMapVolumeSource [optional]
csi CSIVolumeSource [optional]
downward_api DownwardAPIVolumeSource [optional]
empty_dir EmptyDirVolumeSource [optional]
ephemeral EphemeralVolumeSource [optional]
fc FCVolumeSource [optional]
flex_volume FlexVolumeSource [optional]
flocker FlockerVolumeSource [optional]
gce_persistent_disk GCEPersistentDiskVolumeSource [optional]
git_repo GitRepoVolumeSource [optional]
glusterfs GlusterfsVolumeSource [optional]
host_path HostPathVolumeSource [optional]
iscsi ISCSIVolumeSource [optional]
name str 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 [optional]
nfs NFSVolumeSource [optional]
persistent_volume_claim PersistentVolumeClaimVolumeSource [optional]
photon_persistent_disk PhotonPersistentDiskVolumeSource [optional]
portworx_volume PortworxVolumeSource [optional]
projected ProjectedVolumeSource [optional]
quobyte QuobyteVolumeSource [optional]
rbd RBDVolumeSource [optional]
scale_io ScaleIOVolumeSource [optional]
secret SecretVolumeSource [optional]
storageos StorageOSVolumeSource [optional]
vsphere_volume VsphereVirtualDiskVolumeSource [optional]

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