"description":"GCEPersistentDiskVolumeSource represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once.",
"description":"Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.",
"required":[
"pdName",
"fsType"
...
...
@@ -13714,7 +13714,7 @@
},
"v1.AWSElasticBlockStoreVolumeSource":{
"id":"v1.AWSElasticBlockStoreVolumeSource",
"description":"Represents a persistent disk resource in AWS.\n\nAn Amazon Elastic Block Store (EBS) must already be created, formatted, and reside in the same AWS zone as the kubelet before it can be mounted. Note: Amazon EBS volumes can be mounted to only one instance at a time.",
"description":"Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
"required":[
"volumeID",
"fsType"
...
...
@@ -13741,7 +13741,7 @@
},
"v1.HostPathVolumeSource":{
"id":"v1.HostPathVolumeSource",
"description":"HostPathVolumeSource represents bare host directory volume.",
"description":"Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
"required":[
"path"
],
...
...
@@ -13754,7 +13754,7 @@
},
"v1.GlusterfsVolumeSource":{
"id":"v1.GlusterfsVolumeSource",
"description":"GlusterfsVolumeSource represents a Glusterfs Mount that lasts the lifetime of a pod.",
"description":"Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
"required":[
"endpoints",
"path"
...
...
@@ -13776,7 +13776,7 @@
},
"v1.NFSVolumeSource":{
"id":"v1.NFSVolumeSource",
"description":"NFSVolumeSource represents an NFS mount that lasts the lifetime of a pod",
"description":"Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
"required":[
"server",
"path"
...
...
@@ -13798,7 +13798,7 @@
},
"v1.RBDVolumeSource":{
"id":"v1.RBDVolumeSource",
"description":"RBDVolumeSource represents a Rados Block Device Mount that lasts the lifetime of a pod",
"description":"Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
"required":[
"monitors",
"image",
...
...
@@ -13857,7 +13857,7 @@
},
"v1.ISCSIVolumeSource":{
"id":"v1.ISCSIVolumeSource",
"description":"ISCSIVolumeSource describes an ISCSI Disk can only be mounted as read/write once.",
"description":"Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
"required":[
"targetPortal",
"iqn",
...
...
@@ -13894,7 +13894,7 @@
},
"v1.CinderVolumeSource":{
"id":"v1.CinderVolumeSource",
"description":"CinderVolumeSource represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet.",
"description":"Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
"required":[
"volumeID"
],
...
...
@@ -13915,7 +13915,7 @@
},
"v1.CephFSVolumeSource":{
"id":"v1.CephFSVolumeSource",
"description":"CephFSVolumeSource represents a Ceph Filesystem Mount that lasts the lifetime of a pod",
"description":"Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
"required":[
"monitors"
],
...
...
@@ -13947,7 +13947,7 @@
},
"v1.FCVolumeSource":{
"id":"v1.FCVolumeSource",
"description":"A Fibre Channel Disk can only be mounted as read/write once.",
"description":"Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
"required":[
"targetWWNs",
"lun",
...
...
@@ -13978,7 +13978,7 @@
},
"v1.FlockerVolumeSource":{
"id":"v1.FlockerVolumeSource",
"description":"FlockerVolumeSource represents a Flocker volume mounted by the Flocker agent.",
"description":"Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.",
"required":[
"datasetName"
],
...
...
@@ -14220,7 +14220,7 @@
},
"v1.EmptyDirVolumeSource":{
"id":"v1.EmptyDirVolumeSource",
"description":"EmptyDirVolumeSource is temporary directory that shares a pod's lifetime.",
"description":"Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
"properties":{
"medium":{
"type":"string",
...
...
@@ -14230,7 +14230,7 @@
},
"v1.GitRepoVolumeSource":{
"id":"v1.GitRepoVolumeSource",
"description":"GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.",
"description":"Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
"required":[
"repository"
],
...
...
@@ -14251,7 +14251,7 @@
},
"v1.SecretVolumeSource":{
"id":"v1.SecretVolumeSource",
"description":"SecretVolumeSource adapts a Secret into a VolumeSource. More info: http://releases.k8s.io/HEAD/docs/design/secrets.md",
"description":"Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
"required":[
"secretName"
],
...
...
@@ -14281,7 +14281,7 @@
},
"v1.DownwardAPIVolumeSource":{
"id":"v1.DownwardAPIVolumeSource",
"description":"DownwardAPIVolumeSource represents a volume containing downward API info",
"description":"DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
"description":"HostPathVolumeSource represents bare host directory volume.",
"description":"Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
"required":[
"path"
],
...
...
@@ -3409,7 +3409,7 @@
},
"v1.EmptyDirVolumeSource":{
"id":"v1.EmptyDirVolumeSource",
"description":"EmptyDirVolumeSource is temporary directory that shares a pod's lifetime.",
"description":"Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
"properties":{
"medium":{
"type":"string",
...
...
@@ -3419,7 +3419,7 @@
},
"v1.GCEPersistentDiskVolumeSource":{
"id":"v1.GCEPersistentDiskVolumeSource",
"description":"GCEPersistentDiskVolumeSource represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once.",
"description":"Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.",
"required":[
"pdName",
"fsType"
...
...
@@ -3446,7 +3446,7 @@
},
"v1.AWSElasticBlockStoreVolumeSource":{
"id":"v1.AWSElasticBlockStoreVolumeSource",
"description":"Represents a persistent disk resource in AWS.\n\nAn Amazon Elastic Block Store (EBS) must already be created, formatted, and reside in the same AWS zone as the kubelet before it can be mounted. Note: Amazon EBS volumes can be mounted to only one instance at a time.",
"description":"Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
"required":[
"volumeID",
"fsType"
...
...
@@ -3473,7 +3473,7 @@
},
"v1.GitRepoVolumeSource":{
"id":"v1.GitRepoVolumeSource",
"description":"GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.",
"description":"Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
"required":[
"repository"
],
...
...
@@ -3494,7 +3494,7 @@
},
"v1.SecretVolumeSource":{
"id":"v1.SecretVolumeSource",
"description":"SecretVolumeSource adapts a Secret into a VolumeSource. More info: http://releases.k8s.io/HEAD/docs/design/secrets.md",
"description":"Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
"required":[
"secretName"
],
...
...
@@ -3507,7 +3507,7 @@
},
"v1.NFSVolumeSource":{
"id":"v1.NFSVolumeSource",
"description":"NFSVolumeSource represents an NFS mount that lasts the lifetime of a pod",
"description":"Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
"required":[
"server",
"path"
...
...
@@ -3529,7 +3529,7 @@
},
"v1.ISCSIVolumeSource":{
"id":"v1.ISCSIVolumeSource",
"description":"ISCSIVolumeSource describes an ISCSI Disk can only be mounted as read/write once.",
"description":"Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
"required":[
"targetPortal",
"iqn",
...
...
@@ -3566,7 +3566,7 @@
},
"v1.GlusterfsVolumeSource":{
"id":"v1.GlusterfsVolumeSource",
"description":"GlusterfsVolumeSource represents a Glusterfs Mount that lasts the lifetime of a pod.",
"description":"Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
"required":[
"endpoints",
"path"
...
...
@@ -3605,7 +3605,7 @@
},
"v1.RBDVolumeSource":{
"id":"v1.RBDVolumeSource",
"description":"RBDVolumeSource represents a Rados Block Device Mount that lasts the lifetime of a pod",
"description":"Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
"required":[
"monitors",
"image",
...
...
@@ -3664,7 +3664,7 @@
},
"v1.CinderVolumeSource":{
"id":"v1.CinderVolumeSource",
"description":"CinderVolumeSource represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet.",
"description":"Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
"required":[
"volumeID"
],
...
...
@@ -3685,7 +3685,7 @@
},
"v1.CephFSVolumeSource":{
"id":"v1.CephFSVolumeSource",
"description":"CephFSVolumeSource represents a Ceph Filesystem Mount that lasts the lifetime of a pod",
"description":"Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
"required":[
"monitors"
],
...
...
@@ -3717,7 +3717,7 @@
},
"v1.FlockerVolumeSource":{
"id":"v1.FlockerVolumeSource",
"description":"FlockerVolumeSource represents a Flocker volume mounted by the Flocker agent.",
"description":"Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.",
"required":[
"datasetName"
],
...
...
@@ -3730,7 +3730,7 @@
},
"v1.DownwardAPIVolumeSource":{
"id":"v1.DownwardAPIVolumeSource",
"description":"DownwardAPIVolumeSource represents a volume containing downward API info",
"description":"DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
"properties":{
"items":{
"type":"array",
...
...
@@ -3778,7 +3778,7 @@
},
"v1.FCVolumeSource":{
"id":"v1.FCVolumeSource",
"description":"A Fibre Channel Disk can only be mounted as read/write once.",
"description":"Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
<p>A Fibre Channel Disk can only be mounted as read/write once.</p>
<p>Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.</p>
<p>DownwardAPIVolumeSource represents a volume containing downward API info</p>
<p>DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.</p>
<p>GCEPersistentDiskVolumeSource represents a Persistent Disk resource in Google Compute Engine.</p>
<p>Represents a Persistent Disk resource in Google Compute Engine.</p>
</div>
<divclass="paragraph">
<p>A GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once.</p>
<p>A GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
<p>GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.</p>
<p>Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.</p>
<p>ISCSIVolumeSource describes an ISCSI Disk can only be mounted as read/write once.</p>
<p>Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.</p>
<p>CinderVolumeSource represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet.</p>
<p>Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.</p>
<p>Represents a persistent disk resource in AWS.</p>
<p>Represents a Persistent Disk resource in AWS.</p>
</div>
<divclass="paragraph">
<p>An Amazon Elastic Block Store (EBS) must already be created, formatted, and reside in the same AWS zone as the kubelet before it can be mounted. Note: Amazon EBS volumes can be mounted to only one instance at a time.</p>
<p>An AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
<p>SecretVolumeSource adapts a Secret into a VolumeSource. More info: <ahref="http://releases.k8s.io/HEAD/docs/design/secrets.md">http://releases.k8s.io/HEAD/docs/design/secrets.md</a></p>
<p>Adapts a Secret into a volume.</p>
</div>
<divclass="paragraph">
<p>The contents of the target Secret’s Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.</p>
<p>DownwardAPIVolumeSource represents a volume containing downward API info</p>
<p>DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.</p>
<p>GCEPersistentDiskVolumeSource represents a Persistent Disk resource in Google Compute Engine.</p>
<p>Represents a Persistent Disk resource in Google Compute Engine.</p>
</div>
<divclass="paragraph">
<p>A GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once.</p>
<p>A GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.</p>
<p>GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.</p>
<p>Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.</p>
<p>ISCSIVolumeSource describes an ISCSI Disk can only be mounted as read/write once.</p>
<p>Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.</p>
<p>SecretVolumeSource adapts a Secret into a VolumeSource. More info: <ahref="http://releases.k8s.io/HEAD/docs/design/secrets.md">http://releases.k8s.io/HEAD/docs/design/secrets.md</a></p>
<p>Adapts a Secret into a volume.</p>
</div>
<divclass="paragraph">
<p>The contents of the target Secret’s Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.</p>
@@ -4260,7 +4263,7 @@ The resulting set of endpoints can be viewed as:<br>
<divclass="sect2">
<h3id="_v1_fcvolumesource">v1.FCVolumeSource</h3>
<divclass="paragraph">
<p>A Fibre Channel Disk can only be mounted as read/write once.</p>
<p>Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.</p>
<p>CinderVolumeSource represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet.</p>
<p>Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.</p>
<p>Represents a persistent disk resource in AWS.</p>
<p>Represents a Persistent Disk resource in AWS.</p>
</div>
<divclass="paragraph">
<p>An Amazon Elastic Block Store (EBS) must already be created, formatted, and reside in the same AWS zone as the kubelet before it can be mounted. Note: Amazon EBS volumes can be mounted to only one instance at a time.</p>
<p>An AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.</p>
"":"Represents a persistent disk resource in AWS.\n\nAn Amazon Elastic Block Store (EBS) must already be created, formatted, and reside in the same AWS zone as the kubelet before it can be mounted. Note: Amazon EBS volumes can be mounted to only one instance at a time.",
"":"Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
"volumeID":"Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#awselasticblockstore",
"fsType":"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#awselasticblockstore",
"partition":"The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
"":"CephFSVolumeSource represents a Ceph Filesystem Mount that lasts the lifetime of a pod",
"":"Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
"monitors":"Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it",
"user":"Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it",
"secretFile":"Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/cephfs/README.md#how-to-use-it",
"":"CinderVolumeSource represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet.",
"":"Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
"volumeID":"volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"fsType":"Required: Filesystem type to mount. Must be a filesystem type supported by the host operating system. Only ext3 and ext4 are allowed More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"readOnly":"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"":"DownwardAPIVolumeSource represents a volume containing downward API info",
"":"DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
"items":"Items is a list of downward API volume file",
"":"EmptyDirVolumeSource is temporary directory that shares a pod's lifetime.",
"":"Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
"medium":"What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#emptydir",
"":"A Fibre Channel Disk can only be mounted as read/write once.",
"":"Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
"targetWWNs":"Required: FC target world wide names (WWNs)",
"lun":"Required: FC target lun number",
"fsType":"Required: Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\"",
"":"GCEPersistentDiskVolumeSource represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once.",
"":"Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist and be formatted before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once. GCE PDs support ownership management and SELinux relabeling.",
"pdName":"Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk",
"fsType":"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk",
"partition":"The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk",
"":"GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.",
"":"Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
"repository":"Repository URL",
"revision":"Commit hash for the specified revision.",
"directory":"Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.",
"":"GlusterfsVolumeSource represents a Glusterfs Mount that lasts the lifetime of a pod.",
"":"Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
"endpoints":"EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod",
"path":"Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod",
"readOnly":"ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod",
"":"ISCSIVolumeSource describes an ISCSI Disk can only be mounted as read/write once.",
"":"Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
"targetPortal":"iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).",
"":"NFSVolumeSource represents an NFS mount that lasts the lifetime of a pod",
"":"Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
"server":"Server is the hostname or IP address of the NFS server. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#nfs",
"path":"Path that is exported by the NFS server. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#nfs",
"readOnly":"ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#nfs",
"":"RBDVolumeSource represents a Rados Block Device Mount that lasts the lifetime of a pod",
"":"Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
"monitors":"A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it",
"image":"The rados image name. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md#how-to-use-it",
"fsType":"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#rbd",
"":"SecretVolumeSource adapts a Secret into a VolumeSource. More info: http://releases.k8s.io/HEAD/docs/design/secrets.md",
"":"Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
"secretName":"SecretName is the name of a secret in the pod's namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets",
"":"VolumeSource represents the source location of a volume to mount. Only one of its members may be specified.",
"":"Represents the source of a volume to mount. Only one of its members may be specified.",
"hostPath":"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/HEAD/docs/user-guide/volumes.md#hostpath",
"emptyDir":"EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#emptydir",
"gcePersistentDisk":"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/HEAD/docs/user-guide/volumes.md#gcepersistentdisk",