@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V2beta1ContainerResourceMetricStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONTAINER |
static String |
SERIALIZED_NAME_CURRENT_AVERAGE_UTILIZATION |
static String |
SERIALIZED_NAME_CURRENT_AVERAGE_VALUE |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
V2beta1ContainerResourceMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta1ContainerResourceMetricStatus |
container(String container) |
V2beta1ContainerResourceMetricStatus |
currentAverageUtilization(Integer currentAverageUtilization) |
V2beta1ContainerResourceMetricStatus |
currentAverageValue(Quantity currentAverageValue) |
boolean |
equals(Object o) |
String |
getContainer()
container is the name of the container in the pods of the scaling target
|
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() |
V2beta1ContainerResourceMetricStatus |
name(String name) |
void |
setContainer(String container) |
void |
setCurrentAverageUtilization(Integer currentAverageUtilization) |
void |
setCurrentAverageValue(Quantity currentAverageValue) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTAINER
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 V2beta1ContainerResourceMetricStatus()
public V2beta1ContainerResourceMetricStatus container(String container)
public String getContainer()
public void setContainer(String container)
public V2beta1ContainerResourceMetricStatus currentAverageUtilization(Integer currentAverageUtilization)
@Nullable public Integer getCurrentAverageUtilization()
public void setCurrentAverageUtilization(Integer currentAverageUtilization)
public V2beta1ContainerResourceMetricStatus currentAverageValue(Quantity currentAverageValue)
public Quantity getCurrentAverageValue()
public void setCurrentAverageValue(Quantity currentAverageValue)
public V2beta1ContainerResourceMetricStatus name(String name)
public String getName()
public void setName(String name)
Copyright © 2021. All rights reserved.