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[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]("currentCPUUtilizationPercentage")(intDecoder).map[HorizontalPodAutoscalerStatus](((currentCPUUtilizationPercentage:Option[Int])=>HorizontalPodAutoscalerStatus.apply(desiredReplicas=desiredReplicas,currentReplicas=currentReplicas,lastScaleTime=lastScaleTime,observedGeneration=observedGeneration,currentCPUUtilizationPercentage=currentCPUUtilizationPercentage))))))))))))) } (new$anon():Decoder[HorizontalPodAutoscalerStatus]) }" class="documentableAnchor">