EnvVarSource

case
class EnvVarSource(configMapKeyRef: Optional[ConfigMapKeySelector], fieldRef: Optional[ObjectFieldSelector], resourceFieldRef: Optional[ResourceFieldSelector], secretKeyRef: Optional[SecretKeySelector])

EnvVarSource represents a source for the value of an EnvVar.

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

Value members

Concrete methods

Gets configMapKeyRef.

Gets configMapKeyRef.

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

Gets fieldRef.

Gets fieldRef.

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

Gets resourceFieldRef.

Gets resourceFieldRef.

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

Gets secretKeyRef.

Gets secretKeyRef.

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