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