public class ResourceMetricSource extends Object implements io.fabric8.kubernetes.api.model.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)
public MetricTarget getTarget()
public void setTarget(MetricTarget target)
Copyright © 2015–2022 Red Hat. All rights reserved.