Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V2MetricSpec |
V2MetricSpec._object(V2ObjectMetricSource _object) |
V2MetricSpec |
V2MetricSpec.containerResource(V2ContainerResourceMetricSource containerResource) |
V2MetricSpec |
V2MetricSpec.external(V2ExternalMetricSource external) |
V2MetricSpec |
V2MetricSpec.pods(V2PodsMetricSource pods) |
V2MetricSpec |
V2MetricSpec.resource(V2ResourceMetricSource resource) |
V2MetricSpec |
V2MetricSpec.type(String type) |
Modifier and Type | Method and Description |
---|---|
List<V2MetricSpec> |
V2HorizontalPodAutoscalerSpec.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).
|
Modifier and Type | Method and Description |
---|---|
V2HorizontalPodAutoscalerSpec |
V2HorizontalPodAutoscalerSpec.addMetricsItem(V2MetricSpec metricsItem) |
Modifier and Type | Method and Description |
---|---|
V2HorizontalPodAutoscalerSpec |
V2HorizontalPodAutoscalerSpec.metrics(List<V2MetricSpec> metrics) |
void |
V2HorizontalPodAutoscalerSpec.setMetrics(List<V2MetricSpec> metrics) |
Copyright © 2022. All rights reserved.