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.

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

Value members

Concrete methods

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
ConfigMapEnvSource.scala

if optional has a value, transforms to the result of function

if optional has a value, transforms to the result of function

Source:
ConfigMapEnvSource.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ConfigMapEnvSource.scala

Returns a new data with optional set to new value

Returns a new data with optional set to new value

Source:
ConfigMapEnvSource.scala

Inherited methods

Inherited from:
Product