EnvFromSource

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

EnvFromSource represents the source of a set of ConfigMaps

EnvFromSource represents the source of a set of ConfigMaps

Value Params
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.

def getPrefix: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product