ServiceAccount

Companion:
class
Source:
ServiceAccount.scala
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[Seq[io.k8s.api.core.v1.ObjectReference]]("secrets")(arrDecoder[T,ObjectReference](evidence$2,decoderOf[T](evidence$2))).flatMap[String,ServiceAccount](((secrets:Option[Seq[ObjectReference]])=>obj.readOpt[Boolean]("automountServiceAccountToken")(booleanDecoder[T](evidence$2)).flatMap[String,ServiceAccount](((automountServiceAccountToken:Option[Boolean])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoderOf[T](evidence$2)).map[ServiceAccount](((metadata:Option[ObjectMeta])=>ServiceAccount.apply(imagePullSecrets=imagePullSecrets,secrets=secrets,automountServiceAccountToken=automountServiceAccountToken,metadata=metadata))))))))))) } (new$anon():Decoder[T,ServiceAccount]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[ServiceAccount, T]