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