From c3bf473ed5c295c4dea6b7cbfa74f2a7a597ef97 Mon Sep 17 00:00:00 2001 From: yanrongshi Date: Sat, 27 Aug 2022 12:40:09 +0800 Subject: [PATCH] Update persistent-volume-v1.md --- .../persistent-volume-v1.md | 229 +++++++++++++----- 1 file changed, 163 insertions(+), 66 deletions(-) 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 32cdd21d49..a84781ca33 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 @@ -46,6 +46,7 @@ https://kubernetes.io/zh-cn/docs/concepts/storage/persistent-volumes - **status** (}}">PersistentVolumeStatus) status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes --> + - **metadata** (}}">ObjectMeta) 标准的对象元数据。更多信息: @@ -93,6 +94,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **mountOptions** ([]string) mountOptions is the list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options --> + - **claimRef** (}}">ObjectReference) claimRef 是 PersistentVolume 和 PersistentVolumeClaim 之间双向绑定的一部分。 @@ -112,6 +114,7 @@ PersistentVolumeSpec 是持久卷的规约。 *VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.* --> + - **nodeAffinity** (VolumeNodeAffinity) nodeAffinity 定义可以从哪些节点访问此卷的约束限制。此字段会影响调度使用此卷的 Pod。 @@ -119,7 +122,7 @@ PersistentVolumeSpec 是持久卷的规约。 **VolumeNodeAffinity 定义可以从哪些节点访问此卷的约束限制。** - + --> + - **nodeAffinity.required** (NodeSelector) required 指定必须满足的硬性节点约束。 @@ -166,6 +170,7 @@ PersistentVolumeSpec 是持久卷的规约。 persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming --> + - **persistentVolumeReclaimPolicy** (string) persistentVolumeReclaimPolicy 定义当从持久卷声明释放持久卷时会发生什么。 @@ -181,6 +186,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **volumeMode** (string) volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. --> + - **storageClassName** (string) storageClassName 是这个持久卷所属于的 StorageClass 的名称。 @@ -205,6 +211,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **hostPath.type** (string) type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath --> + - **hostPath** (HostPathVolumeSource) hostPath 表示主机上的目录,由开发或测试人员进行制备。hostPath 仅对单节点开发和测试有用! @@ -237,6 +244,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **local.fsType** (string) fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified. --> + - **local** (LocalVolumeSource) local 表示具有节点亲和性的直连式存储。 @@ -275,7 +283,7 @@ PersistentVolumeSpec 是持久卷的规约。 该磁盘还必须与 kubelet 位于相同的 AWS 区域中。AWS EBS 磁盘只能以读/写一次进行挂载。 AWS EBS 卷支持所有权管理和 SELinux 重新打标签。** - + --> + - **awsElasticBlockStore.volumeID** (string),必需 volumeID 是 AWS(Amazon EBS 卷)中持久磁盘资源的唯一 ID。更多信息: @@ -317,6 +326,7 @@ PersistentVolumeSpec 是持久卷的规约。 *AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.* --> + - **azureDisk** (AzureDiskVolumeSource) azureDisk 表示主机上挂载的 Azure Data Disk 并绑定挂载到 Pod 上。 @@ -324,7 +334,7 @@ PersistentVolumeSpec 是持久卷的规约。 **azureDisk 表示主机上挂载的 Azure Data Disk 并绑定挂载到 Pod 上。** - + --> + - **azureDisk.diskName** (string),必需 diskName 是 Blob 存储中数据盘的名称。 @@ -390,6 +401,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **azureFile.secretNamespace** (string) secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod --> + - **azureFile** (AzureFilePersistentVolumeSource) azureDisk 表示主机上挂载的 Azure File Service 并绑定挂载到 Pod 上。 @@ -420,6 +432,7 @@ PersistentVolumeSpec 是持久卷的规约。 *Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.* --> + - **cephfs** (CephFSPersistentVolumeSource) cephfs 表示在主机上挂载的 Ceph FS,该文件系统挂载与 Pod 的生命周期相同。 @@ -427,7 +440,7 @@ PersistentVolumeSpec 是持久卷的规约。 **表示在 Pod 的生命周期内持续的 Ceph Filesystem 挂载。cephfs 卷不支持所有权管理或 SELinux 重新打标签。** - + --> + - **cephfs.monitors** ([]string),必需 monitors 是必需的。monitors 是 Ceph 监测的集合。更多信息: @@ -459,7 +473,7 @@ PersistentVolumeSpec 是持久卷的规约。 secretFile 是可选的。secretFile 是 user 对应的密钥环的路径,默认为 /etc/ceph/user.secret。 更多信息: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it - + --> + - **cephfs.secretRef** (SecretReference) secretRef 是可选的。secretRef 是针对用户到身份认证 Secret 的引用,默认为空。更多信息: @@ -503,6 +518,7 @@ PersistentVolumeSpec 是持久卷的规约。 *Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.* --> + - **cinder** (CinderPersistentVolumeSource) cinder 表示 kubelet 主机上挂接和挂载的 Cinder 卷。更多信息: @@ -512,7 +528,7 @@ PersistentVolumeSpec 是持久卷的规约。 **表示 OpenStack 中的一个 Cinder 卷资源。挂载到一个容器之前 Cinder 卷必须已经存在。 该卷还必须与 kubelet 位于相同的地区中。cinder 卷支持所有权管理和 SELinux 重新打标签。** - + --> + - **cinder.volumeID** (string),必需 volumeID 用于标识 Cinder 中的卷。更多信息: @@ -539,7 +556,7 @@ PersistentVolumeSpec 是持久卷的规约。 此处 readOnly 将在 VolumeMounts 中强制设置 readOnly。更多信息: https://examples.k8s.io/mysql-cinder-pd/README.md - + --> + - **cinder.secretRef** (SecretReference) secretRef 是可选的。指向 Secret 对象,内含的参数用于连接到 OpenStack。 @@ -580,6 +598,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **csi.volumeHandle** (string), required volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required. --> + - **csi** (CSIPersistentVolumeSource) csi 表示由一个外部 CSI 驱动处理的存储(Beta 特性)。 @@ -595,9 +614,9 @@ PersistentVolumeSpec 是持久卷的规约。 volumeHandle 是 CSI 卷插件的 CreateVolume 所返回的唯一卷名称,用于在所有后续调用中引用此卷。必需。 - + --> + - **csi.controllerExpandSecretRef** (SecretReference) controllerExpandSecretRef 是对包含敏感信息的 Secret 对象的引用, 该 Secret 会被传递到 CSI 驱动以完成 CSI ControllerExpandVolume 调用。 - 这是一个 Alpha 字段,需要启用 ExpandCSIVolumes 特性门控。 + 这是一个 Beta 字段,需要启用 ExpandCSIVolumes 特性门控。 此字段是可选的,且如果不需要 Secret,则此字段可以为空。 如果 Secret 对象包含多个 Secret,则所有 Secret 被传递。 @@ -627,7 +647,7 @@ PersistentVolumeSpec 是持久卷的规约。 namespace 指定一个名字空间,Secret 名称在该名字空间中必须唯一。 - + --> + - **csi.controllerPublishSecretRef** (SecretReference) controllerPublishSecretRef 是对包含敏感信息的 Secret 对象的引用, @@ -658,44 +679,85 @@ PersistentVolumeSpec 是持久卷的规约。 namespace 指定一个名字空间,Secret 名称在该名字空间中必须唯一。 - + --> + - **csi.fsType** (string) 要挂载的 fsType。必须是主机操作系统所支持的文件系统类型之一。例如 “ext4”、“xfs”、“ntfs”。 - - **csi.nodePublishSecretRef** (SecretReference) + - **csi.nodeExpandSecretRef** (SecretReference) - nodePublishSecretRef 是对包含敏感信息的 Secret 对象的引用, - 从而传递到 CSI 驱动以完成 CSI NodePublishVolume 和 NodeUnpublishVolume 调用。 + nodeExpandSecretRef 是对包含敏感信息的 Secret 对象的引用, + 从而传递到 CSI 驱动以完成 CSI NodeExpandVolume 和 NodeUnpublishVolume 调用。 + 这是一个 Alpha 字段,需要启用 CSINodeExpandSecret 特性门控。 此字段是可选的,且如果不需要 Secret,则此字段可以为空。 如果 Secret 对象包含多个 Secret,则所有 Secret 被传递。 **SecretReference 表示对某 Secret 的引用,其中包含足够的信息来访问任何名字空间中的 Secret。** - - **csi.nodePublishSecretRef.name** (string) + - **csi.nodeExpandSecretRef.name** (string) name 在名字空间内是唯一的,以引用一个 Secret 资源。 - - **csi.nodePublishSecretRef.namespace** (string) + - **csi.nodeExpandSecretRef.namespace** (string) namespace 指定一个名字空间,Secret 名称在该名字空间中必须唯一。 - + + - **csi.nodePublishSecretRef** (SecretReference) + + nodePublishSecretRef 是对包含敏感信息的 Secret 对象的引用, + 以传递到 CSI 驱动以完成 CSI NodePublishVolume 和 NodeUnpublishVolume 调用。 + 此字段是可选的,且如果不需要 Secret,则此字段可以为空。 + 如果 Secret 对象包含多个 Secret,则所有 Secret 被传递。 + + **SecretReference 表示对某 Secret 的引用,其中包含足够的信息来访问任何名字空间中的 Secret。** + + - **csi.nodePublishSecretRef.name** (string) + + name 在名字空间内是唯一的,以引用一个 Secret 资源。 + + - **csi.nodePublishSecretRef.namespace** (string) + + namespace 定义了 Secret 名称必须唯一的空间。 + + + --> + - **csi.nodeStageSecretRef** (SecretReference) nodeStageSecretRef 是对包含敏感信息的 Secret 对象的引用, @@ -726,13 +789,14 @@ PersistentVolumeSpec 是持久卷的规约。 namespace 指定一个名字空间,Secret 名称在该名字空间中必须唯一。 - + --> + - **csi.readOnly** (boolean) 传递到 ControllerPublishVolumeRequest 的 readOnly 值。默认为 false(读/写)。 @@ -748,6 +812,7 @@ PersistentVolumeSpec 是持久卷的规约。 *Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.* --> + - **fc** (FCVolumeSource) fc 表示挂接到 kubelet 的主机并随后暴露给 Pod 的一个光纤通道(FC)资源。 @@ -755,7 +820,7 @@ PersistentVolumeSpec 是持久卷的规约。 **表示光纤通道卷。光纤通道卷只能以读/写一次进行挂载。光纤通道卷支持所有权管理和 SELinux 重新打标签。** - + --> + - **fc.fsType** (string) fsType 是要挂载的文件系统类型。必须是主机操作系统所支持的文件系统类型之一。 @@ -801,6 +867,7 @@ PersistentVolumeSpec 是持久卷的规约。 *FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.* --> + - **flexVolume** (FlexPersistentVolumeSource) flexVolume 表示使用基于 exec 的插件制备/挂接的通用卷资源。 @@ -808,7 +875,7 @@ PersistentVolumeSpec 是持久卷的规约。 **FlexPersistentVolumeSource 表示使用基于 exec 的插件制备/挂接的通用持久卷资源。** - + --> + - **flexVolume.driver** (string),必需 driver 是此卷所使用的驱动的名称。 @@ -839,7 +907,7 @@ PersistentVolumeSpec 是持久卷的规约。 readOnly 是可选的。默认为 false(读/写)。 此处 readOnly 将在 VolumeMounts 中强制设置 readOnly。 - + --> + - **flexVolume.secretRef** (SecretReference) secretRef 是可选的。secretRef 是对包含敏感信息的 Secret 对象的引用,从而传递到插件脚本。 @@ -881,6 +950,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **flocker.datasetUUID** (string) datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset --> + - **flocker** (FlockerVolumeSource) flocker 表示挂接到 kubelet 的主机并暴露给 Pod 供其使用的 Flocker 卷。 @@ -907,6 +977,7 @@ PersistentVolumeSpec 是持久卷的规约。 A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.* --> + - **gcePersistentDisk** (GCEPersistentDiskVolumeSource) gcePersistentDisk 表示挂接到 kubelet 的主机随后暴露给 Pod 的一个 GCE Disk 资源。 @@ -918,7 +989,7 @@ PersistentVolumeSpec 是持久卷的规约。 该磁盘还必须与 kubelet 位于相同的 GCE 项目和区域中。GCE PD 只能挂载为读/写一次或只读多次。 GCE PD 支持所有权管理和 SELinux 重新打标签。** - + --> + - **gcePersistentDisk.pdName** (string),必需 pdName 是 GCE 中 PD 资源的唯一名称。用于标识 GCE 中的磁盘。更多信息: @@ -960,6 +1032,7 @@ PersistentVolumeSpec 是持久卷的规约。 *Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.* --> + - **glusterfs** (GlusterfsPersistentVolumeSource) glusterfs 表示挂接到主机并暴露给 Pod 的 Glusterfs 卷。由管理员进行制备。更多信息: @@ -980,7 +1053,8 @@ PersistentVolumeSpec 是持久卷的规约。 - **glusterfs.readOnly** (boolean) readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod ---> +--> + - **glusterfs.endpoints** (string),必需 endpoints 是详细说明 Glusterfs 拓扑的端点名称。更多信息: @@ -1009,6 +1083,7 @@ PersistentVolumeSpec 是持久卷的规约。 *ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.* --> + - **iscsi** (ISCSIPersistentVolumeSource) iscsi 表示挂接到 kubelet 的主机随后暴露给 Pod 的一个 ISCSI Disk 资源。由管理员进行制备。 @@ -1016,7 +1091,7 @@ PersistentVolumeSpec 是持久卷的规约。 **ISCSIPersistentVolumeSource 表示一个 ISCSI 磁盘。ISCSI 卷只能以读/写一次进行挂载。ISCSI 卷支持所有权管理和 SELinux 重新打标签。** - + --> + - **iscsi.iqn** (string),必需 iqn 是目标 iSCSI 限定名称(Target iSCSI Qualified Name)。 @@ -1039,7 +1115,7 @@ PersistentVolumeSpec 是持久卷的规约。 targetPortal 是 iSCSI 目标门户(iSCSI Target Portal)。 如果不是默认端口(通常是 TCP 端口 860 和 3260),则 Portal 为 IP 或 ip_addr:port。 - + --> + - **iscsi.chapAuthDiscovery** (boolean) chapAuthDiscovery 定义是否支持 iSCSI Discovery CHAP 身份认证。 @@ -1063,7 +1140,7 @@ PersistentVolumeSpec 是持久卷的规约。 例如:“ext4”、“xfs”、“ntfs”。如果未指定,则隐式推断为 “ext4”。更多信息: https://kubernetes.io/zh-cn/docs/concepts/storage/volumes#iscsi - + --> + - **iscsi.initiatorName** (string) initiatorName 是自定义的 iSCSI 发起程序名称(iSCSI Initiator Name)。 @@ -1094,7 +1172,7 @@ PersistentVolumeSpec 是持久卷的规约。 此处 readOnly 将在 VolumeMounts 中强制设置 readOnly。默认为 false。 - + --> + - **iscsi.secretRef** (SecretReference) secretRef 是 iSCSI 目标和发起程序身份认证所用的 CHAP Secret。 @@ -1138,6 +1217,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **nfs.readOnly** (boolean) readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs --> + - **nfs** (NFSVolumeSource) nfs 表示主机上挂载的 NFS。由管理员进行制备。更多信息: @@ -1174,6 +1254,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **photonPersistentDisk.fsType** (string) fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. --> + - **photonPersistentDisk** (PhotonPersistentDiskVolumeSource) photonPersistentDisk 表示 kubelet 主机上挂接和挂载的 PhotonController 持久磁盘。 @@ -1206,6 +1287,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **portworxVolume.readOnly** (boolean) readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. --> + - **portworxVolume** (PortworxVolumeSource) portworxVolume 表示 kubelet 主机上挂接和挂载的 portworx 卷。 @@ -1239,6 +1321,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **quobyte.volume** (string), required volume is a string that references an already created Quobyte volume by name. --> + - **quobyte** (QuobyteVolumeSource) quobyte 表示在共享 Pod 生命周期的主机上挂载的 Quobyte。 @@ -1255,7 +1338,7 @@ PersistentVolumeSpec 是持久卷的规约。 volume 是一个字符串,通过名称引用已创建的 Quobyte 卷。 - + --> + - **quobyte.group** (string) group 是将卷访问映射到的组。默认为无组。 @@ -1297,6 +1381,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **rbd.monitors** ([]string), required monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it --> + - **rbd** (RBDPersistentVolumeSource) rbd 表示主机上挂载的 Rados 块设备,其生命周期与 Pod 生命周期相同。更多信息: @@ -1315,7 +1400,7 @@ PersistentVolumeSpec 是持久卷的规约。 monitors 是 Ceph 监测的集合。更多信息: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it - + --> + - **rbd.fsType** (string) fsType 是你要挂载的卷的文件系统类型。提示:确保主机操作系统支持此文件系统类型。 @@ -1349,7 +1435,7 @@ PersistentVolumeSpec 是持久卷的规约。 此处 readOnly 将在 VolumeMounts 中强制设置 readOnly。默认为 false。更多信息: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it - + --> + - **rbd.secretRef** (SecretReference) secretRef 是针对 RBDUser 的身份认证 Secret 的名称。如果提供,则重载 keyring。默认为 nil。 @@ -1396,6 +1483,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **scaleIO.gateway** (string), required gateway is the host address of the ScaleIO API Gateway. --> + - **scaleIO** (ScaleIOPersistentVolumeSource) scaleIO 表示 Kubernetes 节点上挂接和挂载的 ScaleIO 持久卷。 @@ -1407,7 +1495,7 @@ PersistentVolumeSpec 是持久卷的规约。 gateway 是 ScaleIO API 网关的主机地址。 - + --> + - **scaleIO.secretRef** (SecretReference),必需 secretRef 引用包含 ScaleIO 用户和其他敏感信息的 Secret。如果未提供此项,则 Login 操作将失败。 @@ -1435,7 +1524,7 @@ PersistentVolumeSpec 是持久卷的规约。 namespace 指定一个名字空间,Secret 名称在该名字空间中必须唯一。 - + --> + - **scaleIO.system** (string),必需 system 是 ScaleIO 中所配置的存储系统的名称。 @@ -1465,7 +1555,7 @@ PersistentVolumeSpec 是持久卷的规约。 readOnly 默认为 false(读/写)。此处 readOnly 将在 VolumeMounts 中强制设置 readOnly。 - + --> + - **scaleIO.sslEnabled** (boolean) sslEnabled 是启用/禁用与网关(Gateway)进行 SSL 通信的标志,默认为 false。 @@ -1508,6 +1599,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **storageos.readOnly** (boolean) readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. --> + - **storageos** (StorageOSPersistentVolumeSource) storageOS 表示一个 StorageOS 卷,该卷被挂接到 kubelet 的主机并挂载到 Pod 中。更多信息: @@ -1525,7 +1617,7 @@ PersistentVolumeSpec 是持久卷的规约。 readOnly 默认为 false(读/写)。此处 readOnly 将在 VolumeMounts 中强制设置 readOnly。 - + --> + - **storageos.secretRef** (}}">ObjectReference) secretRef 指定用于获取 StorageOS API 凭据的 Secret。如果未指定,则将尝试使用默认值。 @@ -1570,6 +1663,7 @@ PersistentVolumeSpec 是持久卷的规约。 - **vsphereVolume.storagePolicyName** (string) storagePolicyName is the storage Policy Based Management (SPBM) profile name. --> + - **vsphereVolume** (VsphereVirtualDiskVolumeSource) vsphereVolume 表示 kubelet 主机上挂接和挂载的 vSphere 卷。 @@ -1612,6 +1706,7 @@ PersistentVolumeStatus 是持久卷的当前状态。 - **reason** (string) reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. --> + - **message** (string) message 是一条人类可读的消息,指明有关卷为何处于此状态的详细信息。 @@ -1634,6 +1729,7 @@ PersistentVolumeList 是 PersistentVolume 各项的列表。
- **apiVersion**: v1 + - **kind**: PersistentVolumeList + - **metadata** (}}">ListMeta) 标准的列表元数据。更多信息: