HuaweiStorageClass

Scope: Cluster
Version: v1alpha1

HuaweiStorageClass is a Kubernetes Custom Resource that defines a configuration for a Kubernetes Storage class.
  • spec
    object
    • spec.fsType
      string

      Required value

      The filesystem type of the storage class. Might be:

      • xfs
      • ext4

      Allowed values: xfs, ext4

    • spec.pool
      string

      Required value

      Name of the pool.

      Minimal length: 1

    • spec.reclaimPolicy
      string

      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
      string

      Required value

      Name of the HuaweiStorageConnection custom resource.

      Minimal length: 1

HuaweiStorageConnection

Scope: Cluster
Version: v1alpha1

Huawei storage connection parameters.
  • spec
    object
    • spec.login
      string

      Required value

    • spec.maxClientThreads
      integer

      Required value

    • spec.password
      string

      Required value

    • spec.pools
      array of strings

      Required value

    • spec.portals
      array of strings
    • spec.protocol
      string

      Required value

      Allowed values: ISCSI, FC, ROCE, FC-NVME, NFS, DPC, SCSI

    • spec.storageType
      string

      Required value

      Allowed values: OceanStorSAN, OceanStorNAS, OceanStorDtree, FusionStorageSAN, FusionStorageNAS

    • spec.urls
      array of strings

      Required value