@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V2beta1PodsMetricStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CURRENT_AVERAGE_VALUE |
static String |
SERIALIZED_NAME_METRIC_NAME |
static String |
SERIALIZED_NAME_SELECTOR |
Constructor and Description |
---|
V2beta1PodsMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta1PodsMetricStatus |
currentAverageValue(Quantity currentAverageValue) |
boolean |
equals(Object o) |
Quantity |
getCurrentAverageValue()
Quantity is a fixed-point representation of a number.
|
String |
getMetricName()
metricName is the name of the metric in question
|
V1LabelSelector |
getSelector()
Get selector
|
int |
hashCode() |
V2beta1PodsMetricStatus |
metricName(String metricName) |
V2beta1PodsMetricStatus |
selector(V1LabelSelector selector) |
void |
setCurrentAverageValue(Quantity currentAverageValue) |
void |
setMetricName(String metricName) |
void |
setSelector(V1LabelSelector selector) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENT_AVERAGE_VALUE
public static final String SERIALIZED_NAME_METRIC_NAME
public static final String SERIALIZED_NAME_SELECTOR
public V2beta1PodsMetricStatus currentAverageValue(Quantity currentAverageValue)
public Quantity getCurrentAverageValue()
public void setCurrentAverageValue(Quantity currentAverageValue)
public V2beta1PodsMetricStatus metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
public V2beta1PodsMetricStatus selector(V1LabelSelector selector)
@Nullable public V1LabelSelector getSelector()
public void setSelector(V1LabelSelector selector)
Copyright © 2021. All rights reserved.