Update links to avoid redirects. (#5622)

This commit is contained in:
Steve Perry 2017-09-25 16:06:20 -07:00 committed by GitHub
parent 248c1c854c
commit 779c64dd15
10 changed files with 95 additions and 95 deletions

View File

@ -71,7 +71,7 @@ class is marked as default, it rejects any creation of `PersistentVolumeClaim` w
must revisit `StorageClass` objects and mark only one as default.
This plugin ignores any `PersistentVolumeClaim` updates; it acts only on creation.
See [persistent volume](/docs/user-guide/persistent-volumes) documentation about persistent volume claims and
See [persistent volume](/docs/concepts/storage/persistent-volumes/) documentation about persistent volume claims and
storage classes and how to mark a storage class as default.
### DefaultTolerationSeconds

View File

@ -367,7 +367,7 @@
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">accessModes</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_persistentvolumeaccessmode">v1.PersistentVolumeAccessMode</a> array</p></td>
<td class="tableblock halign-left valign-top"></td>
@ -381,7 +381,7 @@
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">resources</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_resourcerequirements">v1.ResourceRequirements</a></p></td>
<td class="tableblock halign-left valign-top"></td>
@ -1160,7 +1160,7 @@ Examples:<br>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">resources</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_resourcerequirements">v1.ResourceRequirements</a></p></td>
<td class="tableblock halign-left valign-top"></td>
@ -1896,14 +1896,14 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">spec</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_persistentvolumeclaimspec">v1.PersistentVolumeClaimSpec</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">status</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_persistentvolumeclaimstatus">v1.PersistentVolumeClaimStatus</a></p></td>
<td class="tableblock halign-left valign-top"></td>
@ -2006,7 +2006,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">claimName</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
@ -2194,7 +2194,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">accessModes</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_persistentvolumeaccessmode">v1.PersistentVolumeAccessMode</a> array</p></td>
<td class="tableblock halign-left valign-top"></td>
@ -2988,7 +2988,7 @@ The StatefulSet guarantees that a given network identity will always map to the
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">persistentVolumeClaim</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_persistentvolumeclaimvolumesource">v1.PersistentVolumeClaimVolumeSource</a></p></td>
<td class="tableblock halign-left valign-top"></td>

View File

@ -1066,7 +1066,7 @@ Examples:<br>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">resources</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_resourcerequirements">v1.ResourceRequirements</a></p></td>
<td class="tableblock halign-left valign-top"></td>
@ -1857,7 +1857,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">claimName</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
@ -2977,7 +2977,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">persistentVolumeClaim</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_persistentvolumeclaimvolumesource">v1.PersistentVolumeClaimVolumeSource</a></p></td>
<td class="tableblock halign-left valign-top"></td>

View File

@ -1938,7 +1938,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">claimName</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
@ -2749,7 +2749,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">persistentVolumeClaim</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_persistentvolumeclaimvolumesource">v1.PersistentVolumeClaimVolumeSource</a></p></td>
<td class="tableblock halign-left valign-top"></td>
@ -4993,7 +4993,7 @@ Both these may change in the future. Incoming requests are matched against the h
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">resources</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_resourcerequirements">v1.ResourceRequirements</a></p></td>
<td class="tableblock halign-left valign-top"></td>

View File

@ -179,7 +179,7 @@ Appears In <a href="#podspec-v1">PodSpec</a> </aside>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1">ResourceRequirements</a></em></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>securityContext <br /> <em><a href="#securitycontext-v1">SecurityContext</a></em></td>
@ -23125,11 +23125,11 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a>
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumeclaimspec-v1">PersistentVolumeClaimSpec</a></em></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumeclaimstatus-v1">PersistentVolumeClaimStatus</a></em></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
</tbody>
</table>
@ -23147,11 +23147,11 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1">ResourceRequirements</a></em></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>selector <br /> <em><a href="#labelselector-unversioned">LabelSelector</a></em></td>
@ -23177,7 +23177,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
@ -23204,7 +23204,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> array</em></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -25413,7 +25413,7 @@ Appears In <a href="#podspec-v1">PodSpec</a> </aside>
</tr>
<tr>
<td>persistentVolumeClaim <br /> <em><a href="#persistentvolumeclaimvolumesource-v1">PersistentVolumeClaimVolumeSource</a></em></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td>
@ -36717,7 +36717,7 @@ Appears In <a href="#node-v1">Node</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a> for more details.</td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a> for more details.</td>
</tr>
<tr>
<td>conditions <br /> <em><a href="#nodecondition-v1">NodeCondition</a> array</em></td>
@ -39039,7 +39039,7 @@ Appears In <a href="#node-v1">Node</a> </aside>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></p>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></p>
<aside class="notice">
Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside>
@ -39065,11 +39065,11 @@ Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside>
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumespec-v1">PersistentVolumeSpec</a></em></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumestatus-v1">PersistentVolumeStatus</a></em></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
</tbody>
</table>
@ -39087,7 +39087,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes</a></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes</a></td>
</tr>
<tr>
<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource</a></em></td>
@ -39103,7 +39103,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a></td>
</tr>
<tr>
<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1">CephFSVolumeSource</a></em></td>
@ -39115,7 +39115,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>claimRef <br /> <em><a href="#objectreference-v1">ObjectReference</a></em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#binding">http://kubernetes.io/docs/user-guide/persistent-volumes#binding</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding</a></td>
</tr>
<tr>
<td>fc <br /> <em><a href="#fcvolumesource-v1">FCVolumeSource</a></em></td>
@ -39151,7 +39151,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>persistentVolumeReclaimPolicy <br /> <em>string</em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy">http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td>
@ -39189,7 +39189,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>phase <br /> <em>string</em></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#phase">http://kubernetes.io/docs/user-guide/persistent-volumes#phase</a></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase</a></td>
</tr>
<tr>
<td>reason <br /> <em>string</em></td>
@ -39212,7 +39212,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolume-v1">PersistentVolume</a> array</em></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -50004,7 +50004,7 @@ Appears In <a href="#volume-v1">Volume</a> </aside>
<tbody>
<tr>
<td>claimName <br /> <em>string</em></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>readOnly <br /> <em>boolean</em></td>

View File

@ -183,7 +183,7 @@ Appears In <a href="#podspec-v1-core">PodSpec</a> </aside>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1-core">ResourceRequirements</a></em></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>securityContext <br /> <em><a href="#securitycontext-v1-core">SecurityContext</a></em></td>
@ -23025,11 +23025,11 @@ Appears In <a href="#persistentvolumeclaimlist-v1-core">PersistentVolumeClaimLis
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumeclaimspec-v1-core">PersistentVolumeClaimSpec</a></em></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumeclaimstatus-v1-core">PersistentVolumeClaimStatus</a></em></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
</tbody>
</table>
@ -23047,11 +23047,11 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1-core">ResourceRequirements</a></em></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>selector <br /> <em><a href="#labelselector-v1-meta">LabelSelector</a></em></td>
@ -23059,7 +23059,7 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
</tr>
<tr>
<td>storageClassName <br /> <em>string</em></td>
<td>Name of the StorageClass required by the claim. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#class-1">http://kubernetes.io/docs/user-guide/persistent-volumes#class-1</a></td>
<td>Name of the StorageClass required by the claim. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1</a></td>
</tr>
<tr>
<td>volumeName <br /> <em>string</em></td>
@ -23081,7 +23081,7 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
@ -23108,7 +23108,7 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> array</em></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -25328,7 +25328,7 @@ Appears In <a href="#podpresetspec-v1alpha1-settings">PodPresetSpec</a> <a href=
</tr>
<tr>
<td>persistentVolumeClaim <br /> <em><a href="#persistentvolumeclaimvolumesource-v1-core">PersistentVolumeClaimVolumeSource</a></em></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1-core">PhotonPersistentDiskVolumeSource</a></em></td>
@ -38720,7 +38720,7 @@ Appears In <a href="#node-v1-core">Node</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a> for more details.</td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a> for more details.</td>
</tr>
<tr>
<td>conditions <br /> <em><a href="#nodecondition-v1-core">NodeCondition</a> array</em></td>
@ -41046,7 +41046,7 @@ Appears In <a href="#node-v1-core">Node</a> </aside>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></p>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></p>
<aside class="notice">
Appears In <a href="#persistentvolumelist-v1-core">PersistentVolumeList</a> </aside>
@ -41072,11 +41072,11 @@ Appears In <a href="#persistentvolumelist-v1-core">PersistentVolumeList</a> </as
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumespec-v1-core">PersistentVolumeSpec</a></em></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumestatus-v1-core">PersistentVolumeStatus</a></em></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
</tbody>
</table>
@ -41094,7 +41094,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes</a></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes</a></td>
</tr>
<tr>
<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1-core">AWSElasticBlockStoreVolumeSource</a></em></td>
@ -41110,7 +41110,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a></td>
</tr>
<tr>
<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1-core">CephFSVolumeSource</a></em></td>
@ -41122,7 +41122,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>claimRef <br /> <em><a href="#objectreference-v1-core">ObjectReference</a></em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#binding">http://kubernetes.io/docs/user-guide/persistent-volumes#binding</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding</a></td>
</tr>
<tr>
<td>fc <br /> <em><a href="#fcvolumesource-v1-core">FCVolumeSource</a></em></td>
@ -41158,7 +41158,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>persistentVolumeReclaimPolicy <br /> <em>string</em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy">http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1-core">PhotonPersistentDiskVolumeSource</a></em></td>
@ -41208,7 +41208,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>phase <br /> <em>string</em></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#phase">http://kubernetes.io/docs/user-guide/persistent-volumes#phase</a></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase</a></td>
</tr>
<tr>
<td>reason <br /> <em>string</em></td>
@ -41231,7 +41231,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolume-v1-core">PersistentVolume</a> array</em></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -52657,7 +52657,7 @@ Appears In <a href="#volume-v1-core">Volume</a> </aside>
<tbody>
<tr>
<td>claimName <br /> <em>string</em></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>readOnly <br /> <em>boolean</em></td>

View File

@ -67,7 +67,7 @@ The following resource types are supported:
## Storage Resource Quota
You can limit the total sum of [storage resources](/docs/user-guide/persistent-volumes) that can be requested in a given namespace.
You can limit the total sum of [storage resources](/docs/concepts/storage/persistent-volumes/) that can be requested in a given namespace.
In addition, you can limit consumption of storage resources based on associated storage-class.

View File

@ -442,7 +442,7 @@ Secrets are described in more detail [here](/docs/user-guide/secrets).
### persistentVolumeClaim
A `persistentVolumeClaim` volume is used to mount a
[PersistentVolume](/docs/user-guide/persistent-volumes) into a pod. PersistentVolumes are a
[PersistentVolume](/docs/concepts/storage/persistent-volumes/) into a pod. PersistentVolumes are a
way for users to "claim" durable storage (such as a GCE PersistentDisk or an
iSCSI volume) without knowing the details of the particular cloud environment.

View File

@ -112,7 +112,7 @@ Appears In <a href="#podspec-v1">PodSpec</a> </aside>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1">ResourceRequirements</a></em></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>securityContext <br /> <em><a href="#securitycontext-v1">SecurityContext</a></em></td>
@ -2268,11 +2268,11 @@ Appears In <a href="#persistentvolumeclaimlist-v1">PersistentVolumeClaimList</a>
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumeclaimspec-v1">PersistentVolumeClaimSpec</a></em></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumeclaimstatus-v1">PersistentVolumeClaimStatus</a></em></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
</tbody>
</table>
@ -2290,11 +2290,11 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1">ResourceRequirements</a></em></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>selector <br /> <em><a href="#labelselector-unversioned">LabelSelector</a></em></td>
@ -2320,7 +2320,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
@ -2347,7 +2347,7 @@ Appears In <a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> </aside
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolumeclaim-v1">PersistentVolumeClaim</a> array</em></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -2543,7 +2543,7 @@ Appears In <a href="#podspec-v1">PodSpec</a> </aside>
</tr>
<tr>
<td>persistentVolumeClaim <br /> <em><a href="#persistentvolumeclaimvolumesource-v1">PersistentVolumeClaimVolumeSource</a></em></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td>
@ -3913,7 +3913,7 @@ Appears In <a href="#node-v1">Node</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a> for more details.</td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a> for more details.</td>
</tr>
<tr>
<td>conditions <br /> <em><a href="#nodecondition-v1">NodeCondition</a> array</em></td>
@ -3995,7 +3995,7 @@ Appears In <a href="#node-v1">Node</a> </aside>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></p>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></p>
<aside class="notice">
Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside>
@ -4021,11 +4021,11 @@ Appears In <a href="#persistentvolumelist-v1">PersistentVolumeList</a> </aside>
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumespec-v1">PersistentVolumeSpec</a></em></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumestatus-v1">PersistentVolumeStatus</a></em></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
</tbody>
</table>
@ -4043,7 +4043,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes</a></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes</a></td>
</tr>
<tr>
<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1">AWSElasticBlockStoreVolumeSource</a></em></td>
@ -4059,7 +4059,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a></td>
</tr>
<tr>
<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1">CephFSVolumeSource</a></em></td>
@ -4071,7 +4071,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>claimRef <br /> <em><a href="#objectreference-v1">ObjectReference</a></em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#binding">http://kubernetes.io/docs/user-guide/persistent-volumes#binding</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding</a></td>
</tr>
<tr>
<td>fc <br /> <em><a href="#fcvolumesource-v1">FCVolumeSource</a></em></td>
@ -4107,7 +4107,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>persistentVolumeReclaimPolicy <br /> <em>string</em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy">http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1">PhotonPersistentDiskVolumeSource</a></em></td>
@ -4145,7 +4145,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>phase <br /> <em>string</em></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#phase">http://kubernetes.io/docs/user-guide/persistent-volumes#phase</a></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase</a></td>
</tr>
<tr>
<td>reason <br /> <em>string</em></td>
@ -4168,7 +4168,7 @@ Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolume-v1">PersistentVolume</a> array</em></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -8515,7 +8515,7 @@ Appears In <a href="#volume-v1">Volume</a> </aside>
<tbody>
<tr>
<td>claimName <br /> <em>string</em></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>readOnly <br /> <em>boolean</em></td>

View File

@ -116,7 +116,7 @@ Appears In <a href="#podspec-v1-core">PodSpec</a> </aside>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1-core">ResourceRequirements</a></em></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Compute Resources required by this container. Cannot be updated. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>securityContext <br /> <em><a href="#securitycontext-v1-core">SecurityContext</a></em></td>
@ -2357,11 +2357,11 @@ Appears In <a href="#persistentvolumeclaimlist-v1-core">PersistentVolumeClaimLis
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumeclaimspec-v1-core">PersistentVolumeClaimSpec</a></em></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Spec defines the desired characteristics of a volume requested by a pod author. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumeclaimstatus-v1-core">PersistentVolumeClaimStatus</a></em></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>Status represents the current information/status of a persistent volume claim. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
</tbody>
</table>
@ -2379,11 +2379,11 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the desired access modes the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>resources <br /> <em><a href="#resourcerequirements-v1-core">ResourceRequirements</a></em></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#resources">http://kubernetes.io/docs/user-guide/persistent-volumes#resources</a></td>
<td>Resources represents the minimum resources the volume should have. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#resources</a></td>
</tr>
<tr>
<td>selector <br /> <em><a href="#labelselector-v1-meta">LabelSelector</a></em></td>
@ -2391,7 +2391,7 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
</tr>
<tr>
<td>storageClassName <br /> <em>string</em></td>
<td>Name of the StorageClass required by the claim. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#class-1">http://kubernetes.io/docs/user-guide/persistent-volumes#class-1</a></td>
<td>Name of the StorageClass required by the claim. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1</a></td>
</tr>
<tr>
<td>volumeName <br /> <em>string</em></td>
@ -2413,7 +2413,7 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1</a></td>
<td>AccessModes contains the actual access modes the volume backing the PVC has. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes-1</a></td>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
@ -2440,7 +2440,7 @@ Appears In <a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> </
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolumeclaim-v1-core">PersistentVolumeClaim</a> array</em></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>A list of persistent volume claims. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -2639,7 +2639,7 @@ Appears In <a href="#podpresetspec-v1alpha1-settings">PodPresetSpec</a> <a href=
</tr>
<tr>
<td>persistentVolumeClaim <br /> <em><a href="#persistentvolumeclaimvolumesource-v1-core">PersistentVolumeClaimVolumeSource</a></em></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1-core">PhotonPersistentDiskVolumeSource</a></em></td>
@ -4299,7 +4299,7 @@ Appears In <a href="#node-v1-core">Node</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a> for more details.</td>
<td>Capacity represents the total resources of a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a> for more details.</td>
</tr>
<tr>
<td>conditions <br /> <em><a href="#nodecondition-v1-core">NodeCondition</a> array</em></td>
@ -4381,7 +4381,7 @@ Appears In <a href="#node-v1-core">Node</a> </aside>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></p>
<p>PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></p>
<aside class="notice">
Appears In <a href="#persistentvolumelist-v1-core">PersistentVolumeList</a> </aside>
@ -4407,11 +4407,11 @@ Appears In <a href="#persistentvolumelist-v1-core">PersistentVolumeList</a> </as
</tr>
<tr>
<td>spec <br /> <em><a href="#persistentvolumespec-v1-core">PersistentVolumeSpec</a></em></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
<tr>
<td>status <br /> <em><a href="#persistentvolumestatus-v1-core">PersistentVolumeStatus</a></em></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes</a></td>
<td>Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes</a></td>
</tr>
</tbody>
</table>
@ -4429,7 +4429,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
<tbody>
<tr>
<td>accessModes <br /> <em>string array</em></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes">http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes</a></td>
<td>AccessModes contains all ways the volume can be mounted. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes</a></td>
</tr>
<tr>
<td>awsElasticBlockStore <br /> <em><a href="#awselasticblockstorevolumesource-v1-core">AWSElasticBlockStoreVolumeSource</a></em></td>
@ -4445,7 +4445,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>capacity <br /> <em>object</em></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#capacity">http://kubernetes.io/docs/user-guide/persistent-volumes#capacity</a></td>
<td>A description of the persistent volume&#39;s resources and capacity. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#capacity</a></td>
</tr>
<tr>
<td>cephfs <br /> <em><a href="#cephfsvolumesource-v1-core">CephFSVolumeSource</a></em></td>
@ -4457,7 +4457,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>claimRef <br /> <em><a href="#objectreference-v1-core">ObjectReference</a></em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#binding">http://kubernetes.io/docs/user-guide/persistent-volumes#binding</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding</a></td>
</tr>
<tr>
<td>fc <br /> <em><a href="#fcvolumesource-v1-core">FCVolumeSource</a></em></td>
@ -4493,7 +4493,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>persistentVolumeReclaimPolicy <br /> <em>string</em></td>
<td>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: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy">http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy</a></td>
<td>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: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#recycling-policy</a></td>
</tr>
<tr>
<td>photonPersistentDisk <br /> <em><a href="#photonpersistentdiskvolumesource-v1-core">PhotonPersistentDiskVolumeSource</a></em></td>
@ -4543,7 +4543,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>phase <br /> <em>string</em></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#phase">http://kubernetes.io/docs/user-guide/persistent-volumes#phase</a></td>
<td>Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#phase</a></td>
</tr>
<tr>
<td>reason <br /> <em>string</em></td>
@ -4566,7 +4566,7 @@ Appears In <a href="#persistentvolume-v1-core">PersistentVolume</a> </aside>
</tr>
<tr>
<td>items <br /> <em><a href="#persistentvolume-v1-core">PersistentVolume</a> array</em></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes">http://kubernetes.io/docs/user-guide/persistent-volumes</a></td>
<td>List of persistent volumes. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/">http://kubernetes.io/docs/concepts/storage/persistent-volumes/</a></td>
</tr>
<tr>
<td>kind <br /> <em>string</em></td>
@ -9523,7 +9523,7 @@ Appears In <a href="#volume-v1-core">Volume</a> </aside>
<tbody>
<tr>
<td>claimName <br /> <em>string</em></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims">http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims</a></td>
<td>ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: <a href="http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims">http://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims</a></td>
</tr>
<tr>
<td>readOnly <br /> <em>boolean</em></td>