Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 7.28 KB

V1Volume.md

File metadata and controls

37 lines (33 loc) · 7.28 KB

V1Volume

Properties

Name Type Description Notes
awsElasticBlockStore \UniversityOfAdelaide\OpenShift\Model\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://kubernetes.io/docs/user-guide/volumes#awselasticblockstore [optional]
azureDisk \UniversityOfAdelaide\OpenShift\Model\V1AzureDiskVolumeSource AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. [optional]
azureFile \UniversityOfAdelaide\OpenShift\Model\V1AzureFileVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod. [optional]
cephfs \UniversityOfAdelaide\OpenShift\Model\V1CephFSVolumeSource CephFS represents a Ceph FS mount on the host that shares a pod's lifetime [optional]
cinder \UniversityOfAdelaide\OpenShift\Model\V1CinderVolumeSource Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md [optional]
configMap \UniversityOfAdelaide\OpenShift\Model\V1ConfigMapVolumeSource ConfigMap represents a configMap that should populate this volume [optional]
downwardAPI \UniversityOfAdelaide\OpenShift\Model\V1DownwardAPIVolumeSource DownwardAPI represents downward API about the pod that should populate this volume [optional]
emptyDir \UniversityOfAdelaide\OpenShift\Model\V1EmptyDirVolumeSource EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir [optional]
fc \UniversityOfAdelaide\OpenShift\Model\V1FCVolumeSource FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. [optional]
flexVolume \UniversityOfAdelaide\OpenShift\Model\V1FlexVolumeSource FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future. [optional]
flocker \UniversityOfAdelaide\OpenShift\Model\V1FlockerVolumeSource Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running [optional]
gcePersistentDisk \UniversityOfAdelaide\OpenShift\Model\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://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk [optional]
gitRepo \UniversityOfAdelaide\OpenShift\Model\V1GitRepoVolumeSource GitRepo represents a git repository at a particular revision. [optional]
glusterfs \UniversityOfAdelaide\OpenShift\Model\V1GlusterfsVolumeSource Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md [optional]
hostPath \UniversityOfAdelaide\OpenShift\Model\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://kubernetes.io/docs/user-guide/volumes#hostpath [optional]
iscsi \UniversityOfAdelaide\OpenShift\Model\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/HEAD/examples/volumes/iscsi/README.md [optional]
metadata \UniversityOfAdelaide\OpenShift\Model\V1DeprecatedDownwardAPIVolumeSource Metadata represents metadata about the pod that should populate this volume Deprecated: Use downwardAPI instead. [optional]
name string Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names
nfs \UniversityOfAdelaide\OpenShift\Model\V1NFSVolumeSource NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs [optional]
persistentVolumeClaim \UniversityOfAdelaide\OpenShift\Model\V1PersistentVolumeClaimVolumeSource PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims [optional]
photonPersistentDisk \UniversityOfAdelaide\OpenShift\Model\V1PhotonPersistentDiskVolumeSource PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine [optional]
portworxVolume \UniversityOfAdelaide\OpenShift\Model\V1PortworxVolumeSource PortworxVolume represents a portworx volume attached and mounted on kubelets host machine [optional]
projected \UniversityOfAdelaide\OpenShift\Model\V1ProjectedVolumeSource Items for all in one resources secrets, configmaps, and downward API [optional]
quobyte \UniversityOfAdelaide\OpenShift\Model\V1QuobyteVolumeSource Quobyte represents a Quobyte mount on the host that shares a pod's lifetime [optional]
rbd \UniversityOfAdelaide\OpenShift\Model\V1RBDVolumeSource RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md [optional]
scaleIO \UniversityOfAdelaide\OpenShift\Model\V1ScaleIOVolumeSource ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. [optional]
secret \UniversityOfAdelaide\OpenShift\Model\V1SecretVolumeSource Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets [optional]
vsphereVolume \UniversityOfAdelaide\OpenShift\Model\V1VsphereVirtualDiskVolumeSource VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine [optional]

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