| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V2beta1MetricSpec |
V2beta1MetricSpec._object(V2beta1ObjectMetricSource _object) |
V2beta1MetricSpec |
V2beta1MetricSpec.containerResource(V2beta1ContainerResourceMetricSource containerResource) |
V2beta1MetricSpec |
V2beta1MetricSpec.external(V2beta1ExternalMetricSource external) |
V2beta1MetricSpec |
V2beta1MetricSpec.pods(V2beta1PodsMetricSource pods) |
V2beta1MetricSpec |
V2beta1MetricSpec.resource(V2beta1ResourceMetricSource resource) |
V2beta1MetricSpec |
V2beta1MetricSpec.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<V2beta1MetricSpec> |
V2beta1HorizontalPodAutoscalerSpec.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 |
|---|---|
V2beta1HorizontalPodAutoscalerSpec |
V2beta1HorizontalPodAutoscalerSpec.addMetricsItem(V2beta1MetricSpec metricsItem) |
| Modifier and Type | Method and Description |
|---|---|
V2beta1HorizontalPodAutoscalerSpec |
V2beta1HorizontalPodAutoscalerSpec.metrics(List<V2beta1MetricSpec> metrics) |
void |
V2beta1HorizontalPodAutoscalerSpec.setMetrics(List<V2beta1MetricSpec> metrics) |
Copyright © 2022. All rights reserved.