ReplicationControllerStatus

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