Uses of Class
org.cdk8s.plus25.k8s.HorizontalPodAutoscalerBehaviorV2.Builder
-
Packages that use HorizontalPodAutoscalerBehaviorV2.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of HorizontalPodAutoscalerBehaviorV2.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return HorizontalPodAutoscalerBehaviorV2.Builder Modifier and Type Method Description static HorizontalPodAutoscalerBehaviorV2.BuilderHorizontalPodAutoscalerBehaviorV2. builder()HorizontalPodAutoscalerBehaviorV2.BuilderHorizontalPodAutoscalerBehaviorV2.Builder. scaleDown(HpaScalingRulesV2 scaleDown)Sets the value ofHorizontalPodAutoscalerBehaviorV2.getScaleDown()HorizontalPodAutoscalerBehaviorV2.BuilderHorizontalPodAutoscalerBehaviorV2.Builder. scaleUp(HpaScalingRulesV2 scaleUp)Sets the value ofHorizontalPodAutoscalerBehaviorV2.getScaleUp()Constructors in org.cdk8s.plus25.k8s with parameters of type HorizontalPodAutoscalerBehaviorV2.Builder Constructor Description Jsii$Proxy(HorizontalPodAutoscalerBehaviorV2.Builder builder)Constructor that initializes the object based on literal property values passed by theHorizontalPodAutoscalerBehaviorV2.Builder.
-