ConfigMapEnvSource

final case class ConfigMapEnvSource(name: Option[String], optional: Option[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.

Source:
ConfigMapEnvSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product