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