EnvFromSource

com.coralogix.zio.k8s.model.core.v1.EnvFromSource
See theEnvFromSource companion object
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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets configMapRef.

Gets configMapRef.

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

Attributes

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.

Attributes

Gets secretRef.

Gets secretRef.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product