EnvFromSource

io.k8s.api.core.v1.EnvFromSource
See theEnvFromSource companion object
final case class EnvFromSource(configMapRef: Option[ConfigMapEnvSource], prefix: Option[String], secretRef: Option[SecretEnvSource])

EnvFromSource represents the source of a set of ConfigMaps

Attributes

Companion
object
Source
EnvFromSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if configMapRef has a value, transforms to the result of function

if configMapRef has a value, transforms to the result of function

Attributes

Source
EnvFromSource.scala

if prefix has a value, transforms to the result of function

if prefix has a value, transforms to the result of function

Attributes

Source
EnvFromSource.scala

if secretRef has a value, transforms to the result of function

if secretRef has a value, transforms to the result of function

Attributes

Source
EnvFromSource.scala

Returns a new data with configMapRef set to new value

Returns a new data with configMapRef set to new value

Attributes

Source
EnvFromSource.scala

Returns a new data with prefix set to new value

Returns a new data with prefix set to new value

Attributes

Source
EnvFromSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

Source
EnvFromSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product