HorizontalPodAutoscalerStatus

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.read[Int]("currentReplicas")(intDecoder).flatMap[String,HorizontalPodAutoscalerStatus](((currentReplicas:Int)=>obj.readOpt[Seq[io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerCondition]]("conditions")(arrDecoder[HorizontalPodAutoscalerCondition](decoder)).flatMap[String,HorizontalPodAutoscalerStatus](((conditions:Option[Seq[HorizontalPodAutoscalerCondition]])=>obj.readOpt[Seq[io.k8s.api.autoscaling.v2beta2.MetricStatus]]("currentMetrics")(arrDecoder[MetricStatus](decoder)).flatMap[String,HorizontalPodAutoscalerStatus](((currentMetrics:Option[Seq[MetricStatus]])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("lastScaleTime")(decoder).flatMap[String,HorizontalPodAutoscalerStatus](((lastScaleTime:Option[Time])=>obj.readOpt[Int]("observedGeneration")(intDecoder).map[HorizontalPodAutoscalerStatus](((observedGeneration:Option[Int])=>HorizontalPodAutoscalerStatus.apply(desiredReplicas=desiredReplicas,currentReplicas=currentReplicas,conditions=conditions,currentMetrics=currentMetrics,lastScaleTime=lastScaleTime,observedGeneration=observedGeneration))))))))))))))) } (new$anon():Decoder[HorizontalPodAutoscalerStatus]) }" class="documentableAnchor">