ConfigMapEnvSource

com.coralogix.zio.k8s.model.core.v1.ConfigMapEnvSource
See theConfigMapEnvSource companion object
case class ConfigMapEnvSource(name: Optional[String], optional: Optional[Boolean])

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

Value parameters

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional

Specify whether the ConfigMap must be defined

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Attributes

Specify whether the ConfigMap must be defined

Specify whether the ConfigMap must be defined

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product