OBJECT

KubernetesKindPersistentVolumeSpecFlexVolumeSecretRef

Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.

link GraphQL Schema definition

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