EnvFromSource

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

EnvFromSource represents the source of a set of ConfigMaps

Value parameters:
prefix

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets configMapRef.

Gets configMapRef.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets secretRef.

Gets secretRef.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product