NodeSpec

object NodeSpec
Companion:
class
Source:
NodeSpec.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.Taint]]("taints")(arrDecoder[T,Taint](evidence$1,decoderOf[T](evidence$1))).flatMap[String,NodeSpec](((taints:Option[Seq[Taint]])=>obj.readOpt[io.k8s.api.core.v1.NodeConfigSource]("configSource")(decoderOf[T](evidence$1)).flatMap[String,NodeSpec](((configSource:Option[NodeConfigSource])=>obj.readOpt[Boolean]("unschedulable")(booleanDecoder[T](evidence$1)).flatMap[String,NodeSpec](((unschedulable:Option[Boolean])=>obj.readOpt[String]("podCIDR")(stringDecoder[T](evidence$1)).flatMap[String,NodeSpec](((podCIDR:Option[String])=>obj.readOpt[String]("providerID")(stringDecoder[T](evidence$1)).flatMap[String,NodeSpec](((providerID:Option[String])=>obj.readOpt[Seq[String]]("podCIDRs")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[NodeSpec](((podCIDRs:Option[Seq[String]])=>NodeSpec.apply(externalID=externalID,taints=taints,configSource=configSource,unschedulable=unschedulable,podCIDR=podCIDR,providerID=providerID,podCIDRs=podCIDRs))))))))))))))))) } (new$anon():Decoder[T,NodeSpec]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[NodeSpec, T]