"description":"ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin."
"description":"ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin."
},
},
"cinder":{
"$ref":"v1.CinderVolumeSource",
"description":"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"
},
"accessModes":{
"accessModes":{
"type":"array",
"type":"array",
"items":{
"items":{
...
@@ -12286,6 +12290,27 @@
...
@@ -12286,6 +12290,27 @@
}
}
}
}
},
},
"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.",
"required":[
"volumeID"
],
"properties":{
"volumeID":{
"type":"string",
"description":"volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
},
"fsType":{
"type":"string",
"description":"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":{
"type":"boolean",
"description":"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"
}
}
},
"v1.PersistentVolumeStatus":{
"v1.PersistentVolumeStatus":{
"id":"v1.PersistentVolumeStatus",
"id":"v1.PersistentVolumeStatus",
"description":"PersistentVolumeStatus is the current status of a persistent volume.",
"description":"PersistentVolumeStatus is the current status of a persistent volume.",
...
@@ -12480,6 +12505,10 @@
...
@@ -12480,6 +12505,10 @@
"rbd":{
"rbd":{
"$ref":"v1.RBDVolumeSource",
"$ref":"v1.RBDVolumeSource",
"description":"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md"
"description":"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md"
},
"cinder":{
"$ref":"v1.CinderVolumeSource",
"description":"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"
"":"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.",
"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",
"":"Information about the condition of a component.",
"":"Information about the condition of a component.",
"type":"Type of condition for a component. Valid value: \"Healthy\"",
"type":"Type of condition for a component. Valid value: \"Healthy\"",
...
@@ -828,6 +839,7 @@ var map_PersistentVolumeSource = map[string]string{
...
@@ -828,6 +839,7 @@ var map_PersistentVolumeSource = map[string]string{
"nfs":"NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#nfs",
"nfs":"NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/docs/user-guide/volumes.md#nfs",
"rbd":"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md",
"rbd":"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md",
"iscsi":"ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.",
"iscsi":"ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.",
"cinder":"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",
@@ -1402,6 +1414,7 @@ var map_VolumeSource = map[string]string{
...
@@ -1402,6 +1414,7 @@ var map_VolumeSource = map[string]string{
"glusterfs":"Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/glusterfs/README.md",
"glusterfs":"Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/glusterfs/README.md",
"persistentVolumeClaim":"PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#persistentvolumeclaims",
"persistentVolumeClaim":"PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#persistentvolumeclaims",
"rbd":"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md",
"rbd":"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/rbd/README.md",
"cinder":"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",