Uses of Interface
org.cdk8s.plus25.k8s.MetricSpecV2Beta2
-
Packages that use MetricSpecV2Beta2 Package Description org.cdk8s.plus25.k8s -
-
Uses of MetricSpecV2Beta2 in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement MetricSpecV2Beta2 Modifier and Type Class Description static classMetricSpecV2Beta2.Jsii$ProxyAn implementation forMetricSpecV2Beta2Methods in org.cdk8s.plus25.k8s that return MetricSpecV2Beta2 Modifier and Type Method Description MetricSpecV2Beta2MetricSpecV2Beta2.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type MetricSpecV2Beta2 Modifier and Type Method Description default List<MetricSpecV2Beta2>HorizontalPodAutoscalerSpecV2Beta2. getMetrics()metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used).List<MetricSpecV2Beta2>HorizontalPodAutoscalerSpecV2Beta2.Jsii$Proxy. getMetrics()Method parameters in org.cdk8s.plus25.k8s with type arguments of type MetricSpecV2Beta2 Modifier and Type Method Description HorizontalPodAutoscalerSpecV2Beta2.BuilderHorizontalPodAutoscalerSpecV2Beta2.Builder. metrics(List<? extends MetricSpecV2Beta2> metrics)Sets the value ofHorizontalPodAutoscalerSpecV2Beta2.getMetrics()
-