@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V2beta1ResourceMetricStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CURRENT_AVERAGE_UTILIZATION |
static String |
SERIALIZED_NAME_CURRENT_AVERAGE_VALUE |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
V2beta1ResourceMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta1ResourceMetricStatus |
currentAverageUtilization(Integer currentAverageUtilization) |
V2beta1ResourceMetricStatus |
currentAverageValue(Quantity currentAverageValue) |
boolean |
equals(Object o) |
Integer |
getCurrentAverageUtilization()
currentAverageUtilization is the current value of the average of the resource metric across all
relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
Quantity |
getCurrentAverageValue()
Quantity is a fixed-point representation of a number.
|
String |
getName()
name is the name of the resource in question.
|
int |
hashCode() |
V2beta1ResourceMetricStatus |
name(String name) |
void |
setCurrentAverageUtilization(Integer currentAverageUtilization) |
void |
setCurrentAverageValue(Quantity currentAverageValue) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENT_AVERAGE_UTILIZATION
public static final String SERIALIZED_NAME_CURRENT_AVERAGE_VALUE
public static final String SERIALIZED_NAME_NAME
public V2beta1ResourceMetricStatus currentAverageUtilization(Integer currentAverageUtilization)
@Nullable public Integer getCurrentAverageUtilization()
public void setCurrentAverageUtilization(Integer currentAverageUtilization)
public V2beta1ResourceMetricStatus currentAverageValue(Quantity currentAverageValue)
public Quantity getCurrentAverageValue()
public void setCurrentAverageValue(Quantity currentAverageValue)
public V2beta1ResourceMetricStatus name(String name)
public String getName()
public void setName(String name)
Copyright © 2020. All rights reserved.