OBJECT

KubernetesKindPersistentVolumeSpecCsiNodeStageSecretRef

NodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.

link GraphQL Schema definition

  • type KubernetesKindPersistentVolumeSpecCsiNodeStageSecretRef {
  • # 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
  • }