| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V2beta2MetricSpec |
V2beta2MetricSpec._object(V2beta2ObjectMetricSource _object) |
V2beta2MetricSpec |
V2beta2MetricSpec.containerResource(V2beta2ContainerResourceMetricSource containerResource) |
V2beta2MetricSpec |
V2beta2MetricSpec.external(V2beta2ExternalMetricSource external) |
V2beta2MetricSpec |
V2beta2MetricSpec.pods(V2beta2PodsMetricSource pods) |
V2beta2MetricSpec |
V2beta2MetricSpec.resource(V2beta2ResourceMetricSource resource) |
V2beta2MetricSpec |
V2beta2MetricSpec.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<V2beta2MetricSpec> |
V2beta2HorizontalPodAutoscalerSpec.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 |
|---|---|
V2beta2HorizontalPodAutoscalerSpec |
V2beta2HorizontalPodAutoscalerSpec.addMetricsItem(V2beta2MetricSpec metricsItem) |
| Modifier and Type | Method and Description |
|---|---|
V2beta2HorizontalPodAutoscalerSpec |
V2beta2HorizontalPodAutoscalerSpec.metrics(List<V2beta2MetricSpec> metrics) |
void |
V2beta2HorizontalPodAutoscalerSpec.setMetrics(List<V2beta2MetricSpec> metrics) |
Copyright © 2021. All rights reserved.