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