Uses of Class
io.kubernetes.client.openapi.models.V2beta2MetricSpec
Packages that use V2beta2MetricSpec
-
Uses of V2beta2MetricSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V2beta2MetricSpecModifier and TypeMethodDescriptionV2beta2MetricSpec._object
(V2beta2ObjectMetricSource _object) V2beta2MetricSpec.containerResource
(V2beta2ContainerResourceMetricSource containerResource) V2beta2MetricSpec.external
(V2beta2ExternalMetricSource external) V2beta2MetricSpec.pods
(V2beta2PodsMetricSource pods) V2beta2MetricSpec.resource
(V2beta2ResourceMetricSource resource) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V2beta2MetricSpecModifier and TypeMethodDescriptionV2beta2HorizontalPodAutoscalerSpec.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).Methods in io.kubernetes.client.openapi.models with parameters of type V2beta2MetricSpecModifier and TypeMethodDescriptionV2beta2HorizontalPodAutoscalerSpec.addMetricsItem
(V2beta2MetricSpec metricsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V2beta2MetricSpecModifier and TypeMethodDescriptionV2beta2HorizontalPodAutoscalerSpec.metrics
(List<V2beta2MetricSpec> metrics) void
V2beta2HorizontalPodAutoscalerSpec.setMetrics
(List<V2beta2MetricSpec> metrics)