public class V2alpha1ObjectMetricStatus extends Object
Constructor and Description |
---|
V2alpha1ObjectMetricStatus() |
Modifier and Type | Method and Description |
---|---|
V2alpha1ObjectMetricStatus |
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.
|
V2alpha1CrossVersionObjectReference |
getTarget()
target is the described Kubernetes object.
|
int |
hashCode() |
V2alpha1ObjectMetricStatus |
metricName(String metricName) |
void |
setCurrentValue(String currentValue) |
void |
setMetricName(String metricName) |
void |
setTarget(V2alpha1CrossVersionObjectReference target) |
V2alpha1ObjectMetricStatus |
target(V2alpha1CrossVersionObjectReference target) |
String |
toString() |
public V2alpha1ObjectMetricStatus currentValue(String currentValue)
public String getCurrentValue()
public void setCurrentValue(String currentValue)
public V2alpha1ObjectMetricStatus metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
public V2alpha1ObjectMetricStatus target(V2alpha1CrossVersionObjectReference target)
public V2alpha1CrossVersionObjectReference getTarget()
public void setTarget(V2alpha1CrossVersionObjectReference target)
Copyright © 2017. All rights reserved.