public class V2beta1ObjectMetricStatus extends Object
Constructor and Description |
---|
V2beta1ObjectMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2beta1ObjectMetricStatus |
currentValue(String currentValue) |
boolean |
equals(Object o) |
String |
getCurrentValue()
currentValue is the current value of the metric (as a quantity).
|
String |
getMetricName()
metricName is the name of the metric in question.
|
V2beta1CrossVersionObjectReference |
getTarget()
target is the described Kubernetes object.
|
int |
hashCode() |
V2beta1ObjectMetricStatus |
metricName(String metricName) |
void |
setCurrentValue(String currentValue) |
void |
setMetricName(String metricName) |
void |
setTarget(V2beta1CrossVersionObjectReference target) |
V2beta1ObjectMetricStatus |
target(V2beta1CrossVersionObjectReference target) |
String |
toString() |
public V2beta1ObjectMetricStatus currentValue(String currentValue)
public String getCurrentValue()
public void setCurrentValue(String currentValue)
public V2beta1ObjectMetricStatus metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
public V2beta1ObjectMetricStatus target(V2beta1CrossVersionObjectReference target)
public V2beta1CrossVersionObjectReference getTarget()
public void setTarget(V2beta1CrossVersionObjectReference target)
Copyright © 2018. All rights reserved.