Skip to content

Commit 71f9975

Browse files
committed
[zh-cn] sync feature-gates/c*
Signed-off-by: xin.li <[email protected]>
1 parent 2a6e5d2 commit 71f9975

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/csi-node-expand-secret.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ stages:
1515
fromVersion: "1.27"
1616
toVersion: "1.28"
1717
- stage: stable
18-
defaultValue: true
19-
fromVersion: "1.29"
18+
fromVersion: "1.29"
19+
toVersion: "1.30"
20+
21+
removed: true
2022
---
23+
2124
<!--
2225
Enable passing secret authentication data to a CSI driver for use
2326
during a `NodeExpandVolume` CSI operation.

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/custom-resource-field-selectors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.30"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.31"
1216
---
1317

1418
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/custom-resource-validation-expressions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ stages:
1616
toVersion: "1.28"
1717
- stage: stable
1818
defaultValue: true
19-
fromVersion: "1.29"
19+
fromVersion: "1.29"
20+
toVersion: "1.30"
21+
22+
removed: true
2023
---
24+
2125
<!--
2226
Enable expression language validation in CRD
2327
which will validate customer resource based on validation rules written in

0 commit comments

Comments
 (0)