OBJECT

KubernetesKindPersistentVolumeSpecRbdSecretRef

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

link GraphQL Schema definition

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