DaemonSetStatus

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.read[Int]("currentNumberScheduled")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((currentNumberScheduled:Int)=>obj.read[Int]("desiredNumberScheduled")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((desiredNumberScheduled:Int)=>obj.read[Int]("numberReady")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((numberReady:Int)=>obj.readOpt[Seq[io.k8s.api.apps.v1.DaemonSetCondition]]("conditions")(arrDecoder[T,DaemonSetCondition](evidence$1,decoderOf[T](evidence$1))).flatMap[String,DaemonSetStatus](((conditions:Option[Seq[DaemonSetCondition]])=>obj.readOpt[Int]("updatedNumberScheduled")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((updatedNumberScheduled:Option[Int])=>obj.readOpt[Int]("collisionCount")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((collisionCount:Option[Int])=>obj.readOpt[Int]("numberUnavailable")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((numberUnavailable:Option[Int])=>obj.readOpt[Int]("observedGeneration")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((observedGeneration:Option[Int])=>obj.readOpt[Int]("numberAvailable")(intDecoder[T](evidence$1)).map[DaemonSetStatus](((numberAvailable:Option[Int])=>DaemonSetStatus.apply(numberMisscheduled=numberMisscheduled,currentNumberScheduled=currentNumberScheduled,desiredNumberScheduled=desiredNumberScheduled,numberReady=numberReady,conditions=conditions,updatedNumberScheduled=updatedNumberScheduled,collisionCount=collisionCount,numberUnavailable=numberUnavailable,observedGeneration=observedGeneration,numberAvailable=numberAvailable))))))))))))))))))))))) } (new$anon():Decoder[T,DaemonSetStatus]) }" class="documentableAnchor">
implicit def obj.read[Int]("currentNumberScheduled")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((currentNumberScheduled:Int)=>obj.read[Int]("desiredNumberScheduled")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((desiredNumberScheduled:Int)=>obj.read[Int]("numberReady")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((numberReady:Int)=>obj.readOpt[Seq[io.k8s.api.apps.v1.DaemonSetCondition]]("conditions")(arrDecoder[T,DaemonSetCondition](evidence$1,decoderOf[T](evidence$1))).flatMap[String,DaemonSetStatus](((conditions:Option[Seq[DaemonSetCondition]])=>obj.readOpt[Int]("updatedNumberScheduled")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((updatedNumberScheduled:Option[Int])=>obj.readOpt[Int]("collisionCount")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((collisionCount:Option[Int])=>obj.readOpt[Int]("numberUnavailable")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((numberUnavailable:Option[Int])=>obj.readOpt[Int]("observedGeneration")(intDecoder[T](evidence$1)).flatMap[String,DaemonSetStatus](((observedGeneration:Option[Int])=>obj.readOpt[Int]("numberAvailable")(intDecoder[T](evidence$1)).map[DaemonSetStatus](((numberAvailable:Option[Int])=>DaemonSetStatus.apply(numberMisscheduled=numberMisscheduled,currentNumberScheduled=currentNumberScheduled,desiredNumberScheduled=desiredNumberScheduled,numberReady=numberReady,conditions=conditions,updatedNumberScheduled=updatedNumberScheduled,collisionCount=collisionCount,numberUnavailable=numberUnavailable,observedGeneration=observedGeneration,numberAvailable=numberAvailable))))))))))))))))))))))) } (new$anon():Decoder[T,DaemonSetStatus]) }" class="documentableName ">decoderOf[T : Reader]: Decoder[T, DaemonSetStatus]
implicit def encoder[T](implicit builder: Builder[T]): Encoder[DaemonSetStatus, T]