OBJECT

KubernetesKindPersistentVolumeSpecCephfsSecretRef

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

link GraphQL Schema definition

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