"description":"AccessModes contains the desired access modes the volume should have. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#access-modes-1"
},
"selector":{
"$ref":"unversioned.LabelSelector",
"description":"A label query over volumes to consider for binding."
},
"resources":{
"$ref":"v1.ResourceRequirements",
"description":"Resources represents the minimum resources the volume should have. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#resources"
"description":"AccessModes contains the desired access modes the volume should have. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#access-modes-1"
},
"selector":{
"$ref":"unversioned.LabelSelector",
"description":"A label query over volumes to consider for binding."
},
"resources":{
"$ref":"v1.ResourceRequirements",
"description":"Resources represents the minimum resources the volume should have. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#resources"
...
...
@@ -16994,6 +16998,48 @@
"id":"v1.PersistentVolumeAccessMode",
"properties":{}
},
"unversioned.LabelSelector":{
"id":"unversioned.LabelSelector",
"description":"A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
"properties":{
"matchLabels":{
"type":"object",
"description":"matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."
},
"matchExpressions":{
"type":"array",
"items":{
"$ref":"unversioned.LabelSelectorRequirement"
},
"description":"matchExpressions is a list of label selector requirements. The requirements are ANDed."
}
}
},
"unversioned.LabelSelectorRequirement":{
"id":"unversioned.LabelSelectorRequirement",
"description":"A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
"required":[
"key",
"operator"
],
"properties":{
"key":{
"type":"string",
"description":"key is the label key that the selector applies to."
},
"operator":{
"type":"string",
"description":"operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist."
},
"values":{
"type":"array",
"items":{
"type":"string"
},
"description":"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."
}
}
},
"v1.ResourceRequirements":{
"id":"v1.ResourceRequirements",
"description":"ResourceRequirements describes the compute resource requirements.",
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Resources represents the minimum resources the volume should have. More info: <ahref="http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#resources">http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#resources</a></p></td>
<p>A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">matchExpressions is a list of label selector requirements. The requirements are ANDed.</p></td>
<p>EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:<br>
...
...
@@ -7430,6 +7478,54 @@ The resulting set of endpoints can be viewed as:<br>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">operator represents a key’s relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.</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://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#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://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#resources",
"volumeName":"VolumeName is the binding reference to the PersistentVolume backing this claim.",