| Package | Description |
|---|---|
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V2alpha1MetricSpec |
V2alpha1MetricSpec.object(V2alpha1ObjectMetricSource object) |
V2alpha1MetricSpec |
V2alpha1MetricSpec.pods(V2alpha1PodsMetricSource pods) |
V2alpha1MetricSpec |
V2alpha1MetricSpec.resource(V2alpha1ResourceMetricSource resource) |
V2alpha1MetricSpec |
V2alpha1MetricSpec.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<V2alpha1MetricSpec> |
V2alpha1HorizontalPodAutoscalerSpec.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 |
|---|---|
V2alpha1HorizontalPodAutoscalerSpec |
V2alpha1HorizontalPodAutoscalerSpec.addMetricsItem(V2alpha1MetricSpec metricsItem) |
| Modifier and Type | Method and Description |
|---|---|
V2alpha1HorizontalPodAutoscalerSpec |
V2alpha1HorizontalPodAutoscalerSpec.metrics(List<V2alpha1MetricSpec> metrics) |
void |
V2alpha1HorizontalPodAutoscalerSpec.setMetrics(List<V2alpha1MetricSpec> metrics) |
Copyright © 2017. All rights reserved.