Экспериментальная версия. Функциональность может сильно измениться. Совместимость с будущими версиями не гарантируется.
SCSIDevice
Scope: Cluster
Version: v1alpha1
-
строкаAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
строкаKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
SCSIStorageClass
Scope: Cluster
Version: v1alpha1
-
-
строка
Обязательный параметр
Режим поведения при удалении PVC. Может быть:
- Delete (При удалении PVC будет удален PV и данные на NFS-сервере)
- Retain (При удалении PVC не будут удалены PV и данные на NFS-сервере, потребуют ручного удаления пользователем)
Допустимые значения:
Delete
,Retain
-
объект
Обязательный параметр
Селектор для выбора ресурсов SCSIDevice, которые будут использоваться для провижининга PV. Только те SCSIDevice, которые удовлетворяют данным критериям, будут выбраны CSI драйвером для данного StorageClass.-
массив объектовСписок расширенных требований для селектора. Каждое требование задаёт ключ, оператор и опциональный список значений для фильтрации SCSIDevice.
-
-
строка
VolumeCleanup defines the policy for cleaning up the SCSI device when the PersistentVolume is deleted. If ommited, no cleanup will be performed.
-
Discard: Sends a SCSI TRIM or discard command to the device, marking the blocks as free without necessarily overwriting the data. This option is typically faster but may not securely erase data.
-
RandomFillSinglePass: Overwrites the entire device with random data in a single pass. This option is not recommended for solid-state drives, as it reduces the lifespan of the drive.
-
RandomFillThreePass: Overwrites the device with random data in three separate passes. This option is not recommended for solid-state drives, as it reduces the lifespan of the drive.
Допустимые значения:
Discard
,RandomFillSinglePass
,RandomFillThreePass
-
-
SCSITarget
Scope: Cluster
Version: v1alpha1