ReplicaSetStatus

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.apps.v1.ReplicaSetCondition]]("conditions")(arrDecoder[ReplicaSetCondition](decoder)).flatMap[String,ReplicaSetStatus](((conditions:Option[Seq[ReplicaSetCondition]])=>obj.readOpt[Int]("availableReplicas")(intDecoder).flatMap[String,ReplicaSetStatus](((availableReplicas:Option[Int])=>obj.readOpt[Int]("observedGeneration")(intDecoder).flatMap[String,ReplicaSetStatus](((observedGeneration:Option[Int])=>obj.readOpt[Int]("readyReplicas")(intDecoder).flatMap[String,ReplicaSetStatus](((readyReplicas:Option[Int])=>obj.readOpt[Int]("fullyLabeledReplicas")(intDecoder).map[ReplicaSetStatus](((fullyLabeledReplicas:Option[Int])=>ReplicaSetStatus.apply(replicas=replicas,conditions=conditions,availableReplicas=availableReplicas,observedGeneration=observedGeneration,readyReplicas=readyReplicas,fullyLabeledReplicas=fullyLabeledReplicas))))))))))))))) } (new$anon():Decoder[ReplicaSetStatus]) }" class="documentableAnchor">