Skip to content

Commit 3d4d1fd

Browse files
committed
[zh-cn] sync 1.25 persistent-volume-claim-v1.md and persistent-volume-v1.md
1 parent a5e96bf commit 3d4d1fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ PersistentVolumeClaimSpec 描述存储设备的常用参数,并支持通过 so
142142
volumeMode 定义申领需要哪种类别的卷。当申领规约中未包含此字段时,意味着取值为 Filesystem。
143143

144144
<!--
145-
### Alpha level
145+
### Beta level
146146
147147
- **dataSource** (<a href="{{< ref "../common-definitions/typed-local-object-reference#TypedLocalObjectReference" >}}">TypedLocalObjectReference</a>)
148148
149149
dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field.
150150
-->
151-
### Alpha 级别
151+
### Beta 级别
152152
- **dataSource** (<a href="{{< ref "../common-definitions/typed-local-object-reference#TypedLocalObjectReference" >}}">TypedLocalObjectReference</a>)
153153

154154
dataSource 字段可用于二选一:

content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ PersistentVolumeSpec 是持久卷的规约。
686686
687687
- **csi.nodeExpandSecretRef** (SecretReference)
688688
689-
nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This is an alpha field and requires enabling CSINodeExpandSecret feature gate. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed.
689+
nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This is an beta field and requires enabling CSINodeExpandSecret feature gate. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed.
690690
691691
<a name="SecretReference"></a>
692692
*SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace*
@@ -708,7 +708,7 @@ PersistentVolumeSpec 是持久卷的规约。
708708

709709
nodeExpandSecretRef 是对包含敏感信息的 Secret 对象的引用,
710710
从而传递到 CSI 驱动以完成 CSI NodeExpandVolume 和 NodeUnpublishVolume 调用。
711-
这是一个 Alpha 字段,需要启用 CSINodeExpandSecret 特性门控。
711+
这是一个 Beta 字段,需要启用 CSINodeExpandSecret 特性门控。
712712
此字段是可选的,且如果不需要 Secret,则此字段可以为空。
713713
如果 Secret 对象包含多个 Secret,则所有 Secret 被传递。
714714

0 commit comments

Comments
 (0)