ConfigMapEnvSource

io.k8s.api.core.v1.ConfigMapEnvSource
See theConfigMapEnvSource companion object
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.

Attributes

Companion
object
Source
ConfigMapEnvSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

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

Attributes

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

Attributes

Source
ConfigMapEnvSource.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ConfigMapEnvSource.scala

Returns a new data with optional set to new value

Returns a new data with optional set to new value

Attributes

Source
ConfigMapEnvSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product