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[T](evidence$1)).flatMap[String,DeploymentStatus](((collisionCount:Option[Int])=>obj.readOpt[Int]("replicas")(intDecoder[T](evidence$1)).flatMap[String,DeploymentStatus](((replicas:Option[Int])=>obj.readOpt[Int]("availableReplicas")(intDecoder[T](evidence$1)).flatMap[String,DeploymentStatus](((availableReplicas:Option[Int])=>obj.readOpt[Int]("unavailableReplicas")(intDecoder[T](evidence$1)).flatMap[String,DeploymentStatus](((unavailableReplicas:Option[Int])=>obj.readOpt[Int]("observedGeneration")(intDecoder[T](evidence$1)).flatMap[String,DeploymentStatus](((observedGeneration:Option[Int])=>obj.readOpt[Int]("updatedReplicas")(intDecoder[T](evidence$1)).flatMap[String,DeploymentStatus](((updatedReplicas:Option[Int])=>obj.readOpt[Int]("readyReplicas")(intDecoder[T](evidence$1)).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[T,DeploymentStatus]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[DeploymentStatus, T]