EnvVar

object EnvVar
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
EnvVar.type

Type members

Classlikes

case class ConfigMapKeyRef(key: String, name: String) extends Source
case class FieldRef(fieldPath: String, apiVersion: String) extends Source
case class SecretKeyRef(key: String, name: String) extends Source
sealed trait Source extends Value
case class StringValue(s: String) extends Value
sealed trait Value

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

implicit def strToValue(s: String): Value