object NodeSpec
- Companion:
- class
- Source:
- NodeSpec.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- 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 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="documentableName ">decoderOf[T : Reader]: Decoder[T, NodeSpec]
- Source:
- NodeSpec.scala