Options
All
  • Public
  • Public/Protected
  • All
Menu

ConfigMapVolumeSource adapts a ConfigMap into a volume. More info: https://kubernetes.io/docs/concepts/storage/volumes/#configmap

export
interface

V1ConfigMapVolumeSource

Hierarchy

  • V1ConfigMapVolumeSource

Index

Properties

name?: string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

memberof

V1ConfigMapVolumeSource

optional?: boolean

Specify whether the ConfigMap or it's keys must be defined

memberof

V1ConfigMapVolumeSource

volumeLabel?: string

The volume label of the resulting disk inside the VMI. Different bootstrapping mechanisms require different values. Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart).

memberof

V1ConfigMapVolumeSource

Generated using TypeDoc