Class PodsMetricStatus
java.lang.Object
io.fabric8.kubernetes.api.model.autoscaling.v2beta1.PodsMetricStatus
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class PodsMetricStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PodsMetricStatus()No args constructor for use in serializationPodsMetricStatus(io.fabric8.kubernetes.api.model.Quantity currentAverageValue, String metricName, io.fabric8.kubernetes.api.model.LabelSelector selector) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.QuantitygetCurrentAverageValue()StringgetMetricName()io.fabric8.kubernetes.api.model.LabelSelectorgetSelector()voidsetAdditionalProperty(String name, Object value)voidsetCurrentAverageValue(io.fabric8.kubernetes.api.model.Quantity currentAverageValue)voidsetMetricName(String metricName)voidsetSelector(io.fabric8.kubernetes.api.model.LabelSelector selector)
-
Constructor Details
-
PodsMetricStatus
public PodsMetricStatus()No args constructor for use in serialization -
PodsMetricStatus
public PodsMetricStatus(io.fabric8.kubernetes.api.model.Quantity currentAverageValue, String metricName, io.fabric8.kubernetes.api.model.LabelSelector selector)- Parameters:
metricName-currentAverageValue-selector-
-
-
Method Details
-
getCurrentAverageValue
public io.fabric8.kubernetes.api.model.Quantity getCurrentAverageValue()- Returns:
- The currentAverageValue
-
setCurrentAverageValue
public void setCurrentAverageValue(io.fabric8.kubernetes.api.model.Quantity currentAverageValue)- Parameters:
currentAverageValue- The currentAverageValue
-
getMetricName
- Returns:
- The metricName
-
setMetricName
- Parameters:
metricName- The metricName
-
getSelector
public io.fabric8.kubernetes.api.model.LabelSelector getSelector()- Returns:
- The selector
-
setSelector
public void setSelector(io.fabric8.kubernetes.api.model.LabelSelector selector)- Parameters:
selector- The selector
-
getAdditionalProperties
-
setAdditionalProperty
-