第 12 章 VolumeSnapshotClass [snapshot.storage.k8s.io/v1]
- 描述
- VolumeSnapshotClass 指定创建卷快照时使用的底层存储系统的参数。通过在 VolumeSnapshot 对象中指定其名称来使用特定的 VolumeSnapshotClass。VolumeSnapshotClasses are non-namespaced
- 类型
-
object
- 必填
-
deletionPolicy
-
driver
-
12.1. 规格
属性 | 类型 | 描述 |
---|---|---|
|
| APIVersion 定义对象的这个表示法的版本化的 schema。服务器应该将识别的模式转换为最新的内部值,并可拒绝未识别的值。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
| deletionPolicy 决定在删除绑定 VolumeSnapshot 时,是否应该通过 VolumeSnapshotClass 创建的 VolumeSnapshotContent。支持的值有 "Retain" 和 "Delete"。"恢复"意味着在底层存储系统中保留 VolumeSnapshotContent 及其物理快照。"delete"表示删除底层存储系统上的 VolumeSnapshotContent 及其物理快照。必需。 |
|
| driver 是处理此 VolumeSnapshotClass 的存储驱动程序的名称。必需。 |
|
| kind 是一个字符串值,代表此对象所代表的 REST 资源。服务器可以从客户端向其提交请求的端点推断。无法更新。采用驼峰拼写法 (CamelCase)。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
| 标准对象元数据。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata | |
|
| 参数是带有特定存储驱动程序的参数的键值映射,用于创建快照。这些值对 Kubernetes 不透明。 |