"description":"Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1",
"type":"string"
},
"volumeName":{
"description":"VolumeName is the binding reference to the PersistentVolume backing this claim.",
"type":"string"
...
...
@@ -37842,6 +37846,10 @@
"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/volumes/rbd/README.md",
"description":"VolumeName is the binding reference to the PersistentVolume backing this claim."
},
"storageClassName":{
"type":"string",
"description":"Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1"
}
}
},
...
...
@@ -17895,6 +17899,10 @@
"persistentVolumeReclaimPolicy":{
"type":"string",
"description":"What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy"
},
"storageClassName":{
"type":"string",
"description":"Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Name of the StorageClass required by the claim. More info: <ahref="http://kubernetes.io/docs/user-guide/persistent-volumes#class-1">http://kubernetes.io/docs/user-guide/persistent-volumes#class-1</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Name of the StorageClass required by the claim. More info: <ahref="http://kubernetes.io/docs/user-guide/persistent-volumes#class-1">http://kubernetes.io/docs/user-guide/persistent-volumes#class-1</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.</p></td>
"":"PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
"accessModes":"AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1",
"selector":"A label query over volumes to consider for binding.",
"resources":"Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources",
"volumeName":"VolumeName is the binding reference to the PersistentVolume backing this claim.",
"":"PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
"accessModes":"AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1",
"selector":"A label query over volumes to consider for binding.",
"resources":"Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources",
"volumeName":"VolumeName is the binding reference to the PersistentVolume backing this claim.",
"storageClassName":"Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1",
@@ -1133,6 +1134,7 @@ var map_PersistentVolumeSpec = map[string]string{
"accessModes":"AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes",
"claimRef":"ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding",
"persistentVolumeReclaimPolicy":"What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy",
"storageClassName":"Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.",