Uses of Interface
org.cdk8s.plus24.k8s.MetricSpecV2Beta1
-
Packages that use MetricSpecV2Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of MetricSpecV2Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement MetricSpecV2Beta1 Modifier and Type Class Description static classMetricSpecV2Beta1.Jsii$ProxyAn implementation forMetricSpecV2Beta1Methods in org.cdk8s.plus24.k8s that return MetricSpecV2Beta1 Modifier and Type Method Description MetricSpecV2Beta1MetricSpecV2Beta1.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type MetricSpecV2Beta1 Modifier and Type Method Description default List<MetricSpecV2Beta1>HorizontalPodAutoscalerSpecV2Beta1. 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<MetricSpecV2Beta1>HorizontalPodAutoscalerSpecV2Beta1.Jsii$Proxy. getMetrics()Method parameters in org.cdk8s.plus24.k8s with type arguments of type MetricSpecV2Beta1 Modifier and Type Method Description HorizontalPodAutoscalerSpecV2Beta1.BuilderHorizontalPodAutoscalerSpecV2Beta1.Builder. metrics(List<? extends MetricSpecV2Beta1> metrics)Sets the value ofHorizontalPodAutoscalerSpecV2Beta1.getMetrics()
-