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