Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V2beta1MetricSpec |
V2beta1MetricSpec.object(V2beta1ObjectMetricSource object) |
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 © 2017. All rights reserved.