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[Taint](decoder)).flatMap[String,NodeSpec](((taints:Option[Seq[Taint]])=>obj.readOpt[io.k8s.api.core.v1.NodeConfigSource]("configSource")(decoder).flatMap[String,NodeSpec](((configSource:Option[NodeConfigSource])=>obj.readOpt[Boolean]("unschedulable")(booleanDecoder).flatMap[String,NodeSpec](((unschedulable:Option[Boolean])=>obj.readOpt[String]("podCIDR")(stringDecoder).flatMap[String,NodeSpec](((podCIDR:Option[String])=>obj.readOpt[String]("providerID")(stringDecoder).flatMap[String,NodeSpec](((providerID:Option[String])=>obj.readOpt[Seq[String]]("podCIDRs")(arrDecoder[String](stringDecoder)).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[NodeSpec]) }" class="documentableAnchor">
implicit val encoder: Encoder[NodeSpec]