public class V2alpha1ObjectMetricSource extends Object
Constructor and Description |
---|
V2alpha1ObjectMetricSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMetricName()
metricName is the name of the metric in question.
|
V2alpha1CrossVersionObjectReference |
getTarget()
target is the described Kubernetes object.
|
String |
getTargetValue()
targetValue is the target value of the metric (as a quantity).
|
int |
hashCode() |
V2alpha1ObjectMetricSource |
metricName(String metricName) |
void |
setMetricName(String metricName) |
void |
setTarget(V2alpha1CrossVersionObjectReference target) |
void |
setTargetValue(String targetValue) |
V2alpha1ObjectMetricSource |
target(V2alpha1CrossVersionObjectReference target) |
V2alpha1ObjectMetricSource |
targetValue(String targetValue) |
String |
toString() |
public V2alpha1ObjectMetricSource metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
public V2alpha1ObjectMetricSource target(V2alpha1CrossVersionObjectReference target)
public V2alpha1CrossVersionObjectReference getTarget()
public void setTarget(V2alpha1CrossVersionObjectReference target)
public V2alpha1ObjectMetricSource targetValue(String targetValue)
public String getTargetValue()
public void setTargetValue(String targetValue)
Copyright © 2017. All rights reserved.