Class HorizontalPodAutoscalerBehavior

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<HorizontalPodAutoscalerBehaviorBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class HorizontalPodAutoscalerBehavior
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<HorizontalPodAutoscalerBehaviorBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
    See Also:
    Serialized Form
    • Constructor Detail

      • HorizontalPodAutoscalerBehavior

        public HorizontalPodAutoscalerBehavior()
        No args constructor for use in serialization
    • Method Detail

      • getScaleDown

        public HPAScalingRules getScaleDown()
        HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
      • setScaleDown

        public void setScaleDown​(HPAScalingRules scaleDown)
        HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
      • getScaleUp

        public HPAScalingRules getScaleUp()
        HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
      • setScaleUp

        public void setScaleUp​(HPAScalingRules scaleUp)
        HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)