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
|
V1LabelSelector |
getSelector()
selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
|
int |
hashCode() |
V2beta1PodsMetricStatus |
metricName(String metricName) |
V2beta1PodsMetricStatus |
selector(V1LabelSelector selector) |
void |
setCurrentAverageValue(String currentAverageValue) |
void |
setMetricName(String metricName) |
void |
setSelector(V1LabelSelector selector) |
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)
public V2beta1PodsMetricStatus selector(V1LabelSelector selector)
public V1LabelSelector getSelector()
public void setSelector(V1LabelSelector selector)
Copyright © 2019. All rights reserved.