Class ExternalMetricStatus
java.lang.Object
io.fabric8.kubernetes.api.model.autoscaling.v2beta1.ExternalMetricStatus
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class ExternalMetricStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExternalMetricStatus()No args constructor for use in serializationExternalMetricStatus(io.fabric8.kubernetes.api.model.Quantity currentAverageValue, io.fabric8.kubernetes.api.model.Quantity currentValue, String metricName, io.fabric8.kubernetes.api.model.LabelSelector metricSelector) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.QuantitygetCurrentAverageValue()io.fabric8.kubernetes.api.model.QuantitygetCurrentValue()StringgetMetricName()io.fabric8.kubernetes.api.model.LabelSelectorgetMetricSelector()voidsetAdditionalProperty(String name, Object value)voidsetCurrentAverageValue(io.fabric8.kubernetes.api.model.Quantity currentAverageValue)voidsetCurrentValue(io.fabric8.kubernetes.api.model.Quantity currentValue)voidsetMetricName(String metricName)voidsetMetricSelector(io.fabric8.kubernetes.api.model.LabelSelector metricSelector)
-
Constructor Details
-
ExternalMetricStatus
public ExternalMetricStatus()No args constructor for use in serialization -
ExternalMetricStatus
public ExternalMetricStatus(io.fabric8.kubernetes.api.model.Quantity currentAverageValue, io.fabric8.kubernetes.api.model.Quantity currentValue, String metricName, io.fabric8.kubernetes.api.model.LabelSelector metricSelector)- Parameters:
metricSelector-metricName-currentAverageValue-currentValue-
-
-
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
-
getCurrentValue
public io.fabric8.kubernetes.api.model.Quantity getCurrentValue()- Returns:
- The currentValue
-
setCurrentValue
public void setCurrentValue(io.fabric8.kubernetes.api.model.Quantity currentValue)- Parameters:
currentValue- The currentValue
-
getMetricName
- Returns:
- The metricName
-
setMetricName
- Parameters:
metricName- The metricName
-
getMetricSelector
public io.fabric8.kubernetes.api.model.LabelSelector getMetricSelector()- Returns:
- The metricSelector
-
setMetricSelector
public void setMetricSelector(io.fabric8.kubernetes.api.model.LabelSelector metricSelector)- Parameters:
metricSelector- The metricSelector
-
getAdditionalProperties
-
setAdditionalProperty
-