We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd06a20 + 11b65ee commit 8afdfb4Copy full SHA for 8afdfb4
content/en/docs/reference/command-line-tools-reference/feature-gates/AnyVolumeDataSource.md
@@ -13,6 +13,11 @@ stages:
13
- stage: beta
14
defaultValue: true
15
fromVersion: "1.24"
16
+ toVersion: "1.32"
17
+ - stage: stable
18
+ defaultValue: true
19
+ fromVersion: "1.33"
20
+ locked: true
21
---
22
Enable use of any custom resource as the `DataSource` of a
23
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}.
0 commit comments