YadroTatlinUnifiedStorageClass
Scope: Cluster
Version: v1alpha1
YadroTatlinUnifiedStorageClass is a Kubernetes Custom Resource that defines a configuration for a Kubernetes Storage class.
- spec
Required value
- spec.fsType
Required value
The filesystem type of the storage class.
Allowed values:
xfs
,ext4
- spec.pool
Required value
Name of the pool.
- spec.reclaimPolicy
Required value
The storage class’s reclaim policy:
Delete
— if the Persistent Volume Claim is deleted, deletes the Persistent Volume and its associated storage as well;Retain
— if the Persistent Volume Claim is deleted, remains the Persistent Volume and its associated storage.
Allowed values:
Delete
,Retain
- spec.storageConnectionName
Required value
Name of the YadroTatlinUnifiedStorageConnection custom resource.