| Package | Description |
|---|---|
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V2alpha1MetricStatus |
V2alpha1MetricStatus.object(V2alpha1ObjectMetricStatus object) |
V2alpha1MetricStatus |
V2alpha1MetricStatus.pods(V2alpha1PodsMetricStatus pods) |
V2alpha1MetricStatus |
V2alpha1MetricStatus.resource(V2alpha1ResourceMetricStatus resource) |
V2alpha1MetricStatus |
V2alpha1MetricStatus.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<V2alpha1MetricStatus> |
V2alpha1HorizontalPodAutoscalerStatus.getCurrentMetrics()
currentMetrics is the last read state of the metrics used by this autoscaler.
|
| Modifier and Type | Method and Description |
|---|---|
V2alpha1HorizontalPodAutoscalerStatus |
V2alpha1HorizontalPodAutoscalerStatus.addCurrentMetricsItem(V2alpha1MetricStatus currentMetricsItem) |
| Modifier and Type | Method and Description |
|---|---|
V2alpha1HorizontalPodAutoscalerStatus |
V2alpha1HorizontalPodAutoscalerStatus.currentMetrics(List<V2alpha1MetricStatus> currentMetrics) |
void |
V2alpha1HorizontalPodAutoscalerStatus.setCurrentMetrics(List<V2alpha1MetricStatus> currentMetrics) |
Copyright © 2017. All rights reserved.