The functionality of the module might significantly change. Compatibility with future versions is not guaranteed.

YadroStorageClass

Scope: Cluster
Version: v1alpha1

YadroStorageClass 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 YadroStorageConnection custom resource.

      Minimal length: 1

YadroStorageConnection

Scope: Cluster
Version: v1alpha1

Yadro storage connection parameters.
  • spec
    object
    • spec.controlPlane
      object

      Required value

      Properties of control plane connection for Yadro storage.
      • spec.controlPlane.address
        string
        Yadro storage address
      • spec.controlPlane.ca
        string
        Yadro CA certificate, in case of self-signed SSL certificates
      • spec.controlPlane.password
        string
        Yadro storage password, base64 encoded
      • spec.controlPlane.skipCertificateValidation
        boolean
        Skip Yadro storage certificate check
      • spec.controlPlane.username
        string
        Yadro storage username
    • spec.dataPlane
      object

      Required value

      Properties of data plane connection for Yadro storage.
      • spec.dataPlane.iscsi
        object
        iSCSI connection properties
        • spec.dataPlane.iscsi.volumeExportPort
          string
          Volume export ports for connection
      • spec.dataPlane.protocol
        string
        Supported connection protocols

        Allowed values: iscsi