YadroTatlinUnifiedStorageConnection

Scope: Cluster
Version: v1alpha1

TATLIN.UNIFIED (Yadro) storage connection parameters.

  • spec
    object

    Required value

    • spec.controlPlane
      object

      Required value

      Properties of control plane connection.

      • spec.controlPlane.address
        string

        Required value

        Storage address.

      • spec.controlPlane.ca
        string

        CA certificate, in case of self-signed SSL certificates.

      • spec.controlPlane.password
        string

        Required value

        Storage password, Base64 encoded.

      • spec.controlPlane.skipCertificateValidation
        boolean

        Skip storage certificate check.

      • spec.controlPlane.username
        string

        Required value

        Storage username.

    • spec.dataPlane
      object

      Required value

      Properties of data plane connection for storage.

      • spec.dataPlane.fc
        object

        FC connection properties.

        • spec.dataPlane.fc.volumeExportPort
          string

          Required value

          Volume export ports for connection.

      • spec.dataPlane.iscsi
        object

        iSCSI connection properties.

        • spec.dataPlane.iscsi.volumeExportPort
          string

          Required value

          Volume export ports for connection.

      • spec.dataPlane.protocol
        string

        Required value

        Supported connection protocols.

        Allowed values: iscsi, fc