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