VolumeProjection

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[io.k8s.api.core.v1.DownwardAPIProjection]("downwardAPI")(decoderOf[T](evidence$1)).flatMap[String,VolumeProjection](((downwardAPI:Option[DownwardAPIProjection])=>obj.readOpt[io.k8s.api.core.v1.SecretProjection]("secret")(decoderOf[T](evidence$1)).flatMap[String,VolumeProjection](((secret:Option[SecretProjection])=>obj.readOpt[io.k8s.api.core.v1.ServiceAccountTokenProjection]("serviceAccountToken")(decoderOf[T](evidence$1)).map[VolumeProjection](((serviceAccountToken:Option[ServiceAccountTokenProjection])=>VolumeProjection.apply(configMap=configMap,downwardAPI=downwardAPI,secret=secret,serviceAccountToken=serviceAccountToken))))))))))) } (new$anon():Decoder[T,VolumeProjection]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[VolumeProjection, T]