diff --git a/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md b/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md index bd98f0cf85b83..be3ebbdf7b155 100644 --- a/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md +++ b/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md @@ -650,7 +650,7 @@ PersistentVolumeSpec 是持久卷的规约。 + --> - **gcePersistentDisk.pdName** (string),必需 @@ -1074,6 +1074,63 @@ PersistentVolumeSpec 是持久卷的规约。 此处 readOnly 将在 VolumeMounts 中强制设置 readOnly。默认为 false。更多信息: https://kubernetes.io/zh-cn/docs/concepts/storage/volumes#gcepersistentdisk + + +- **glusterfs** (GlusterfsPersistentVolumeSource) + + glusterfs 表示关联到主机并暴露给 Pod 的 Glusterfs 卷。由管理员配置。 + 更多信息:https://examples.k8s.io/volumes/glusterfs/README.md + + + + **表示在 Pod 生命周期内一直存在的 Glusterfs 挂载卷。Glusterfs 卷不支持属主管理或 SELinux 重标记。** + + + + - **glusterfs.endpoints** (string),必需 + + endpoints 是详细给出 Glusterfs 拓扑结构的端点的名称。 + 更多信息: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + + - **glusterfs.path** (string),必需 + + path 是 Glusterfs 卷的路径。 + 更多信息: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + + - **glusterfs.endpointsNamespace** (string) + + endpointsNamespace 是 Glusterfs 端点所在的命名空间。 + 如果 endpointNamespace 为空,则默认值与所绑定的 PVC 的命名空间相同。 + 更多信息: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + + - **glusterfs.readOnly** (boolean) + + 此处的 readOnly 将强制以只读权限挂载 Glusterfs 卷。 + 默认为 false。 + 更多信息: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + - **metadata** (}}">ObjectMeta) @@ -65,9 +65,9 @@ StorageClass 是不受名字空间作用域限制的;按照 etcd 设定的存 @@ -75,7 +75,7 @@ StorageClass 是不受名字空间作用域限制的;按照 etcd 设定的存 **原子性:将在合并期间被替换** - 限制可以动态制备卷的节点拓扑。每个卷插件定义其自己支持的拓扑规约。 + allowedTopologies 限制可以动态制备卷的节点拓扑。每个卷插件定义其自己支持的拓扑规约。 空的 TopologySelectorTerm 列表意味着没有拓扑限制。 只有启用 VolumeScheduling 功能特性的服务器才能使用此字段。 @@ -112,14 +112,16 @@ StorageClass 是不受名字空间作用域限制的;按照 etcd 设定的存 - **mountOptions** ([]string) - 此存储类动态制备的 PersistentVolume 用这些 mountOptions(例如 ["ro", "soft"])进行创建。 + mountOptions 控制此存储类动态制备的 PersistentVolume 的挂载配置。 + (例如 ["ro", "soft"])。 系统对选项作检查——如果有一个选项无效,则这些 PV 的挂载将失败。 - **parameters** (map[string]string) @@ -128,14 +130,15 @@ StorageClass 是不受名字空间作用域限制的;按照 etcd 设定的存 - **reclaimPolicy** (string) - 此存储类动态制备的 PersistentVolume 用这个 reclaimPolicy 进行创建。默认为 Delete。 + reclaimPolicy 控制此存储类动态制备的 PersistentVolume 的 reclaimPolicy。默认为 Delete。 - **volumeBindingMode** (string) @@ -160,7 +163,7 @@ StorageClassList 是存储类的集合。 Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata - **items** ([]}}">StorageClass), required - Items is the list of StorageClasses + items is the list of StorageClasses --> - **metadata** (}}">ListMeta) @@ -261,6 +264,10 @@ GET /apis/storage.k8s.io/v1/storageclasses }}">resourceVersionMatch +- **sendInitialEvents** (**查询参数**): boolean + + }}">sendInitialEvents + - **timeoutSeconds** (**查询参数**): integer }}">timeoutSeconds @@ -548,6 +555,10 @@ DELETE /apis/storage.k8s.io/v1/storageclasses }}">resourceVersionMatch +- **sendInitialEvents** (**查询参数**): boolean + + }}">sendInitialEvents + - **timeoutSeconds** (**查询参数**): integer }}">timeoutSeconds