HPEStorageClass
Scope: Cluster
Version: v1alpha1
HPEStorageClass is a Kubernetes Custom Resource that defines a configuration for a Kubernetes Storage class.
- spec
Required value
- spec.accessProtocol
Required value
SAN access protocol.
Allowed values:
iscsi
,fc
- spec.cpg
Name of the cpg.
- 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 HPEStorageConnection custom resource.