EnvFromSource

final case class EnvFromSource(configMapRef: Option[ConfigMapEnvSource], prefix: Option[String], secretRef: Option[SecretEnvSource])

EnvFromSource represents the source of a set of ConfigMaps

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

Value members

Concrete methods

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

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

Source:
EnvFromSource.scala

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

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

Source:
EnvFromSource.scala

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

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

Source:
EnvFromSource.scala

Returns a new data with configMapRef set to new value

Returns a new data with configMapRef set to new value

Source:
EnvFromSource.scala

Returns a new data with prefix set to new value

Returns a new data with prefix set to new value

Source:
EnvFromSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
EnvFromSource.scala

Inherited methods

Inherited from:
Product