Class ResourceMetricSource
java.lang.Object
io.fabric8.kubernetes.api.model.autoscaling.v2beta2.ResourceMetricSource
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class ResourceMetricSource extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ResourceMetricSource()No args constructor for use in serializationResourceMetricSource(String name, MetricTarget target) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetName()MetricTargetgetTarget()voidsetAdditionalProperty(String name, Object value)voidsetName(String name)voidsetTarget(MetricTarget target)
-
Constructor Details
-
ResourceMetricSource
public ResourceMetricSource()No args constructor for use in serialization -
ResourceMetricSource
- Parameters:
name-target-
-
-
Method Details
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getTarget
- Returns:
- The target
-
setTarget
- Parameters:
target- The target
-
getAdditionalProperties
-
setAdditionalProperty
-