OBJECT

KubernetesKindPersistentVolumeSpecScaleIOSecretRef

SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.

link GraphQL Schema definition

  • type KubernetesKindPersistentVolumeSpecScaleIOSecretRef {
  • # Name is unique within a namespace to reference a secret resource.
  • name: String
  • # Namespace defines the space within which the secret name must be unique.
  • namespace: String
  • }