Class HPAScalingPolicy
java.lang.Object
io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HPAScalingPolicy
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class HPAScalingPolicy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description HPAScalingPolicy()No args constructor for use in serializationHPAScalingPolicy(Integer periodSeconds, String type, Integer value) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()IntegergetPeriodSeconds()StringgetType()IntegergetValue()voidsetAdditionalProperty(String name, Object value)voidsetPeriodSeconds(Integer periodSeconds)voidsetType(String type)voidsetValue(Integer value)
-
Constructor Details
-
HPAScalingPolicy
public HPAScalingPolicy()No args constructor for use in serialization -
HPAScalingPolicy
- Parameters:
periodSeconds-type-value-
-
-
Method Details
-
getPeriodSeconds
- Returns:
- The periodSeconds
-
setPeriodSeconds
- Parameters:
periodSeconds- The periodSeconds
-
getType
- Returns:
- The type
-
setType
- Parameters:
type- The type
-
getValue
- Returns:
- The value
-
setValue
- Parameters:
value- The value
-
getAdditionalProperties
-
setAdditionalProperty
-