StatefulSetStatus

io.k8s.api.apps.v1.StatefulSetStatus$
See theStatefulSetStatus companion class

Attributes

Companion:
class
Source:
StatefulSetStatus.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val obj.readOpt[Seq[io.k8s.api.apps.v1.StatefulSetCondition]]("conditions")(arrDecoder[StatefulSetCondition](decoder)).flatMap[String,StatefulSetStatus](((conditions:Option[Seq[StatefulSetCondition]])=>obj.readOpt[Int]("collisionCount")(intDecoder).flatMap[String,StatefulSetStatus](((collisionCount:Option[Int])=>obj.readOpt[Int]("availableReplicas")(intDecoder).flatMap[String,StatefulSetStatus](((availableReplicas:Option[Int])=>obj.readOpt[Int]("observedGeneration")(intDecoder).flatMap[String,StatefulSetStatus](((observedGeneration:Option[Int])=>obj.readOpt[String]("currentRevision")(stringDecoder).flatMap[String,StatefulSetStatus](((currentRevision:Option[String])=>obj.readOpt[Int]("currentReplicas")(intDecoder).flatMap[String,StatefulSetStatus](((currentReplicas:Option[Int])=>obj.readOpt[String]("updateRevision")(stringDecoder).flatMap[String,StatefulSetStatus](((updateRevision:Option[String])=>obj.readOpt[Int]("updatedReplicas")(intDecoder).flatMap[String,StatefulSetStatus](((updatedReplicas:Option[Int])=>obj.readOpt[Int]("readyReplicas")(intDecoder).map[StatefulSetStatus](((readyReplicas:Option[Int])=>StatefulSetStatus.apply(replicas=replicas,conditions=conditions,collisionCount=collisionCount,availableReplicas=availableReplicas,observedGeneration=observedGeneration,currentRevision=currentRevision,currentReplicas=currentReplicas,updateRevision=updateRevision,updatedReplicas=updatedReplicas,readyReplicas=readyReplicas))))))))))))))))))))))) } (new$anon():Decoder[StatefulSetStatus]) }" t="n"class="documentableName ">decoder: Decoder[StatefulSetStatus]

Attributes

Source:
StatefulSetStatus.scala