OBJECT

KubernetesKindPodSpecVolumesProjectedSourcesConfigMap

information about the configMap data to project

link GraphQL Schema definition

  • type KubernetesKindPodSpecVolumesProjectedSourcesConfigMap {
  • # Maps a string key to a path within a volume.
  • items: [KubernetesKindPodSpecVolumesProjectedSourcesConfigMapItems]
  • # 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 ConfigMap or its keys must be defined
  • optional: Boolean
  • }