public class V2beta1PodsMetricStatus extends Object
Constructor and Description |
---|
V2beta1PodsMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta1PodsMetricStatus |
currentAverageValue(String currentAverageValue) |
boolean |
equals(Object o) |
String |
getCurrentAverageValue()
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
String |
getMetricName()
metricName is the name of the metric in question
|
int |
hashCode() |
V2beta1PodsMetricStatus |
metricName(String metricName) |
void |
setCurrentAverageValue(String currentAverageValue) |
void |
setMetricName(String metricName) |
String |
toString() |
public V2beta1PodsMetricStatus currentAverageValue(String currentAverageValue)
public String getCurrentAverageValue()
public void setCurrentAverageValue(String currentAverageValue)
public V2beta1PodsMetricStatus metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
Copyright © 2018. All rights reserved.