EnvVarSource

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

Gets configMapKeyRef.

Gets configMapKeyRef.

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

Attributes

Gets fieldRef.

Gets fieldRef.

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

Attributes

Gets resourceFieldRef.

Gets resourceFieldRef.

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

Attributes

Gets secretKeyRef.

Gets secretKeyRef.

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