You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/persistent_volume_claim_v1.md
+34-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Required:
53
53
-`resources` (Block List, Min: 1, Max: 1) A list of the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources (see [below for nested schema](#nestedblock--spec--resources))
54
54
55
55
Optional:
56
-
56
+
-`data_source` (Block List, Max: 1) Specifies the data source for the PersistentVolumeClaim. Allows creating a PersistentVolumeClaim from another PVC, a VolumeSnapshot, or a VolumePopulator. (see [below for nested schema](#nestedblock--spec--data_source))
57
57
-`selector` (Block List, Max: 1) A label query over volumes to consider for binding. (see [below for nested schema](#nestedblock--spec--selector))
58
58
-`storage_class_name` (String) Name of the storage class requested by the claim
59
59
-`volume_mode` (String) Defines what type of volume is required by the claim.
@@ -67,6 +67,19 @@ Optional:
67
67
-`limits` (Map of String) Map describing the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
68
68
-`requests` (Map of String) Map describing the minimum amount of compute resources required. If this is omitted for a container, it defaults to `limits` if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
69
69
70
+
<aid="nestedblock--spec--data_source"></a>
71
+
### Nested Schema for `spec.data_source`
72
+
73
+
Optional:
74
+
75
+
-`persistent_volume_claim` (Block List, Max: 1) Details of the source PersistentVolumeClaim. (see [below for nested schema](#nestedblock--spec--data_source--persistent_volume_claim))
0 commit comments