Uses of Class
io.kubernetes.client.openapi.models.V2MetricSpec
Packages that use V2MetricSpec
-
Uses of V2MetricSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V2MetricSpecModifier and TypeMethodDescriptionV2MetricSpec._object
(V2ObjectMetricSource _object) V2MetricSpec.containerResource
(V2ContainerResourceMetricSource containerResource) V2MetricSpec.external
(V2ExternalMetricSource external) static V2MetricSpec
Create an instance of V2MetricSpec given an JSON stringV2MetricSpec.pods
(V2PodsMetricSource pods) V2MetricSpec.resource
(V2ResourceMetricSource resource) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V2MetricSpecModifier and TypeMethodDescriptionV2HorizontalPodAutoscalerSpec.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 V2MetricSpecModifier and TypeMethodDescriptionV2HorizontalPodAutoscalerSpec.addMetricsItem
(V2MetricSpec metricsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V2MetricSpecModifier and TypeMethodDescriptionV2HorizontalPodAutoscalerSpec.metrics
(List<V2MetricSpec> metrics) void
V2HorizontalPodAutoscalerSpec.setMetrics
(List<V2MetricSpec> metrics)