DeploymentStatus

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[Int]("collisionCount")(intDecoder).flatMap[String,DeploymentStatus](((collisionCount:Option[Int])=>obj.readOpt[Int]("replicas")(intDecoder).flatMap[String,DeploymentStatus](((replicas:Option[Int])=>obj.readOpt[Int]("availableReplicas")(intDecoder).flatMap[String,DeploymentStatus](((availableReplicas:Option[Int])=>obj.readOpt[Int]("unavailableReplicas")(intDecoder).flatMap[String,DeploymentStatus](((unavailableReplicas:Option[Int])=>obj.readOpt[Int]("observedGeneration")(intDecoder).flatMap[String,DeploymentStatus](((observedGeneration:Option[Int])=>obj.readOpt[Int]("updatedReplicas")(intDecoder).flatMap[String,DeploymentStatus](((updatedReplicas:Option[Int])=>obj.readOpt[Int]("readyReplicas")(intDecoder).map[DeploymentStatus](((readyReplicas:Option[Int])=>DeploymentStatus.apply(conditions=conditions,collisionCount=collisionCount,replicas=replicas,availableReplicas=availableReplicas,unavailableReplicas=unavailableReplicas,observedGeneration=observedGeneration,updatedReplicas=updatedReplicas,readyReplicas=readyReplicas))))))))))))))))))) } (new$anon():Decoder[DeploymentStatus]) }" class="documentableAnchor">