Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 5.14 KB

V1Volume.md

File metadata and controls

30 lines (26 loc) · 5.14 KB

V1Volume

Properties

Name Type Description Notes
name str Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://releases.k8s.io/release-1.2/docs/user-guide/identifiers.md#names
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: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#hostpath [optional]
empty_dir V1EmptyDirVolumeSource EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#emptydir [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: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#gcepersistentdisk [optional]
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: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#awselasticblockstore [optional]
git_repo V1GitRepoVolumeSource GitRepo represents a git repository at a particular revision. [optional]
secret V1SecretVolumeSource Secret represents a secret that should populate this volume. More info: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#secrets [optional]
nfs V1NFSVolumeSource NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://releases.k8s.io/release-1.2/docs/user-guide/volumes.md#nfs [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: http://releases.k8s.io/release-1.2/examples/iscsi/README.md [optional]
glusterfs V1GlusterfsVolumeSource Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/release-1.2/examples/glusterfs/README.md [optional]
persistent_volume_claim V1PersistentVolumeClaimVolumeSource PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://releases.k8s.io/release-1.2/docs/user-guide/persistent-volumes.md#persistentvolumeclaims [optional]
rbd V1RBDVolumeSource RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/release-1.2/examples/rbd/README.md [optional]
flex_volume V1FlexVolumeSource FlexVolume represents a generic volume resource that is provisioned/attached using a exec based plugin. This is an alpha feature and may change in future. [optional]
cinder V1CinderVolumeSource Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/release-1.2/examples/mysql-cinder-pd/README.md [optional]
cephfs V1CephFSVolumeSource CephFS represents a Ceph FS mount on the host that shares a pod's lifetime [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]
downward_api V1DownwardAPIVolumeSource DownwardAPI represents downward API about the pod that should populate this volume [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]
azure_file V1AzureFileVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod. [optional]
config_map V1ConfigMapVolumeSource ConfigMap represents a configMap that should populate this volume [optional]
metadata V1MetadataVolumeSource Metadata represents metadata about the pod that should populate this volume Deprecated: Use downwardAPI instead. [optional]

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