EnvFromSource represents the source of a set of ConfigMaps
new()
withPrefix(prefix)
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
The ConfigMap to select from
mixinInstance(configMapRef)
withName(name)
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
withOptional(optional)
Specify whether the ConfigMap must be defined
The Secret to select from
mixinInstance(secretRef)
withName(name)
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
withOptional(optional)
Specify whether the Secret must be defined