HorizontalPodAutoscalerSpec

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[io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference]("scaleTargetRef")(decoder).flatMap[String,HorizontalPodAutoscalerSpec](((scaleTargetRef:CrossVersionObjectReference)=>obj.readOpt[Int]("minReplicas")(intDecoder).flatMap[String,HorizontalPodAutoscalerSpec](((minReplicas:Option[Int])=>obj.readOpt[Seq[io.k8s.api.autoscaling.v2beta2.MetricSpec]]("metrics")(arrDecoder[MetricSpec](decoder)).flatMap[String,HorizontalPodAutoscalerSpec](((metrics:Option[Seq[MetricSpec]])=>obj.readOpt[io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerBehavior]("behavior")(decoder).map[HorizontalPodAutoscalerSpec](((behavior:Option[HorizontalPodAutoscalerBehavior])=>HorizontalPodAutoscalerSpec.apply(maxReplicas=maxReplicas,scaleTargetRef=scaleTargetRef,minReplicas=minReplicas,metrics=metrics,behavior=behavior))))))))))))) } (new$anon():Decoder[HorizontalPodAutoscalerSpec]) }" class="documentableAnchor">