Uses of Class
io.fabric8.kubernetes.api.model.autoscaling.v2.HPAScalingRules
-
Packages that use HPAScalingRules Package Description io.fabric8.kubernetes.api.model.autoscaling.v2 -
-
Uses of HPAScalingRules in io.fabric8.kubernetes.api.model.autoscaling.v2
Methods in io.fabric8.kubernetes.api.model.autoscaling.v2 that return HPAScalingRules Modifier and Type Method Description HPAScalingRulesHPAScalingRulesBuilder. build()HPAScalingRulesHorizontalPodAutoscalerBehaviorFluent. buildScaleDown()HPAScalingRulesHorizontalPodAutoscalerBehaviorFluent. buildScaleUp()HPAScalingRulesHorizontalPodAutoscalerBehavior. getScaleDown()HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).HPAScalingRulesHorizontalPodAutoscalerBehavior. getScaleUp()HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).Methods in io.fabric8.kubernetes.api.model.autoscaling.v2 with parameters of type HPAScalingRules Modifier and Type Method Description protected voidHPAScalingRulesFluent. copyInstance(HPAScalingRules instance)HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A>HorizontalPodAutoscalerBehaviorFluent. editOrNewScaleDownLike(HPAScalingRules item)HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A>HorizontalPodAutoscalerBehaviorFluent. editOrNewScaleUpLike(HPAScalingRules item)voidHorizontalPodAutoscalerBehavior. setScaleDown(HPAScalingRules scaleDown)HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).voidHorizontalPodAutoscalerBehavior. setScaleUp(HPAScalingRules scaleUp)HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A>HorizontalPodAutoscalerBehaviorFluent. withNewScaleDownLike(HPAScalingRules item)HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A>HorizontalPodAutoscalerBehaviorFluent. withNewScaleUpLike(HPAScalingRules item)AHorizontalPodAutoscalerBehaviorFluent. withScaleDown(HPAScalingRules scaleDown)AHorizontalPodAutoscalerBehaviorFluent. withScaleUp(HPAScalingRules scaleUp)Constructors in io.fabric8.kubernetes.api.model.autoscaling.v2 with parameters of type HPAScalingRules Constructor Description HorizontalPodAutoscalerBehavior(HPAScalingRules scaleDown, HPAScalingRules scaleUp)HPAScalingRulesBuilder(HPAScalingRules instance)HPAScalingRulesBuilder(HPAScalingRulesFluent<?> fluent, HPAScalingRules instance)HPAScalingRulesFluent(HPAScalingRules instance)
-