public class V2beta1ResourceMetricStatus extends Object
Constructor and Description |
---|
V2beta1ResourceMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta1ResourceMetricStatus |
currentAverageUtilization(Integer currentAverageUtilization) |
V2beta1ResourceMetricStatus |
currentAverageValue(String 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.
|
String |
getCurrentAverageValue()
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type.
|
String |
getName()
name is the name of the resource in question.
|
int |
hashCode() |
V2beta1ResourceMetricStatus |
name(String name) |
void |
setCurrentAverageUtilization(Integer currentAverageUtilization) |
void |
setCurrentAverageValue(String currentAverageValue) |
void |
setName(String name) |
String |
toString() |
public V2beta1ResourceMetricStatus currentAverageUtilization(Integer currentAverageUtilization)
public Integer getCurrentAverageUtilization()
public void setCurrentAverageUtilization(Integer currentAverageUtilization)
public V2beta1ResourceMetricStatus currentAverageValue(String currentAverageValue)
public String getCurrentAverageValue()
public void setCurrentAverageValue(String currentAverageValue)
public V2beta1ResourceMetricStatus name(String name)
public String getName()
public void setName(String name)
Copyright © 2019. All rights reserved.