EnvVarSource

io.k8s.api.core.v1.EnvVarSource
See theEnvVarSource companion object
final case class EnvVarSource(configMapKeyRef: Option[ConfigMapKeySelector], fieldRef: Option[ObjectFieldSelector], resourceFieldRef: Option[ResourceFieldSelector], secretKeyRef: Option[SecretKeySelector])

EnvVarSource represents a source for the value of an EnvVar.

Attributes

Companion:
object
Source:
EnvVarSource.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
EnvVarSource.scala

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

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

Attributes

Source:
EnvVarSource.scala

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

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

Attributes

Source:
EnvVarSource.scala

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

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

Attributes

Source:
EnvVarSource.scala

Returns a new data with configMapKeyRef set to new value

Returns a new data with configMapKeyRef set to new value

Attributes

Source:
EnvVarSource.scala

Returns a new data with fieldRef set to new value

Returns a new data with fieldRef set to new value

Attributes

Source:
EnvVarSource.scala

Returns a new data with resourceFieldRef set to new value

Returns a new data with resourceFieldRef set to new value

Attributes

Source:
EnvVarSource.scala

Returns a new data with secretKeyRef set to new value

Returns a new data with secretKeyRef set to new value

Attributes

Source:
EnvVarSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product