HPEStorageClass
Scope: Cluster
Version: v1alpha1
-
spec
-
spec.accessProtocol
Required value
SAN access protocol.Allowed values:
iscsi
,fc
-
spec.cpgName of the cpg.
Minimal length:
1
-
spec.fsType
Required value
The filesystem type of the storage class. Might be:
- xfs
- ext4
Allowed values:
xfs
,ext4
-
spec.pool
Required value
Name of the pool.Minimal length:
1
-
spec.reclaimPolicy
Required value
The storage class’s reclaim policy. Might be:
- 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.Minimal length:
1
-
HPEStorageConnection
Scope: Cluster
Version: v1alpha1
-
spec
-
spec.controlPlane
Required value
Properties of control plane connection for HPE storage.-
spec.controlPlane.backendAddressHPE storage address
-
spec.controlPlane.passwordHPE storage password, base64 encoded
-
spec.controlPlane.serviceNameHPE service name
-
spec.controlPlane.servicePortHPE service port
-
spec.controlPlane.usernameHPE storage username
-
-