@Generated(value="org.jsonschema2pojo") public class ResourceMetricSource extends Object implements KubernetesResource
Constructor and Description |
---|
ResourceMetricSource()
No args constructor for use in serialization
|
ResourceMetricSource(String name,
MetricTarget target) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
MetricTarget |
getTarget() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setName(String name) |
void |
setTarget(MetricTarget target) |
public ResourceMetricSource()
public ResourceMetricSource(String name, MetricTarget target)
name
- target
- public String getName()
public void setName(String name)
name
- The namepublic MetricTarget getTarget()
public void setTarget(MetricTarget target)
target
- The targetCopyright © 2015–2020 Red Hat. All rights reserved.