Uses of Interface
org.cdk8s.plus25.k8s.MetricSpecV2
-
Packages that use MetricSpecV2 Package Description org.cdk8s.plus25.k8s -
-
Uses of MetricSpecV2 in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement MetricSpecV2 Modifier and Type Class Description static classMetricSpecV2.Jsii$ProxyAn implementation forMetricSpecV2Methods in org.cdk8s.plus25.k8s that return MetricSpecV2 Modifier and Type Method Description MetricSpecV2MetricSpecV2.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type MetricSpecV2 Modifier and Type Method Description default List<MetricSpecV2>HorizontalPodAutoscalerSpecV2. 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<MetricSpecV2>HorizontalPodAutoscalerSpecV2.Jsii$Proxy. getMetrics()Method parameters in org.cdk8s.plus25.k8s with type arguments of type MetricSpecV2 Modifier and Type Method Description HorizontalPodAutoscalerSpecV2.BuilderHorizontalPodAutoscalerSpecV2.Builder. metrics(List<? extends MetricSpecV2> metrics)Sets the value ofHorizontalPodAutoscalerSpecV2.getMetrics()
-