OBJECT

KubernetesKindPodSpecVolumesProjectedSourcesSecret

information about the secret data to project

link GraphQL Schema definition

  • type KubernetesKindPodSpecVolumesProjectedSourcesSecret {
  • # Maps a string key to a path within a volume.
  • items: [KubernetesKindPodSpecVolumesProjectedSourcesSecretItems]
  • # Name of the referent. More info:
  • # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
  • # TODO: Add other useful fields. apiVersion, kind, uid?
  • name: String
  • # Specify whether the Secret or its key must be defined
  • optional: Boolean
  • }