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
EnvFromSource represents the source of a set of ConfigMaps