aws_elastic_block_store |
V1AWSElasticBlockStoreVolumeSource |
AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore |
[optional] |
azure_disk |
V1AzureDiskVolumeSource |
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. |
[optional] |
azure_file |
V1AzureFileVolumeSource |
AzureFile represents an Azure File Service mount on the host and bind mount to the pod. |
[optional] |
cephfs |
V1CephFSVolumeSource |
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime |
[optional] |
cinder |
V1CinderVolumeSource |
Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md |
[optional] |
config_map |
V1ConfigMapVolumeSource |
ConfigMap represents a configMap that should populate this volume |
[optional] |
csi |
V1CSIVolumeSource |
CSI (Container Storage Interface) represents storage that is handled by an external CSI driver (Alpha feature). |
[optional] |
downward_api |
V1DownwardAPIVolumeSource |
DownwardAPI represents downward API about the pod that should populate this volume |
[optional] |
empty_dir |
V1EmptyDirVolumeSource |
EmptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir |
[optional] |
fc |
V1FCVolumeSource |
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. |
[optional] |
flex_volume |
V1FlexVolumeSource |
FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. |
[optional] |
flocker |
V1FlockerVolumeSource |
Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running |
[optional] |
gce_persistent_disk |
V1GCEPersistentDiskVolumeSource |
GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk |
[optional] |
git_repo |
V1GitRepoVolumeSource |
GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. |
[optional] |
glusterfs |
V1GlusterfsVolumeSource |
Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md |
[optional] |
host_path |
V1HostPathVolumeSource |
HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath |
[optional] |
iscsi |
V1ISCSIVolumeSource |
ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md |
[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 |
NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs |
[optional] |
persistent_volume_claim |
V1PersistentVolumeClaimVolumeSource |
PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims |
[optional] |
photon_persistent_disk |
V1PhotonPersistentDiskVolumeSource |
PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine |
[optional] |
portworx_volume |
V1PortworxVolumeSource |
PortworxVolume represents a portworx volume attached and mounted on kubelets host machine |
[optional] |
projected |
V1ProjectedVolumeSource |
Items for all in one resources secrets, configmaps, and downward API |
[optional] |
quobyte |
V1QuobyteVolumeSource |
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime |
[optional] |
rbd |
V1RBDVolumeSource |
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md |
[optional] |
scale_io |
V1ScaleIOVolumeSource |
ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. |
[optional] |
secret |
V1SecretVolumeSource |
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret |
[optional] |
storageos |
V1StorageOSVolumeSource |
StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. |
[optional] |
vsphere_volume |
V1VsphereVirtualDiskVolumeSource |
VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine |
[optional] |