Uses of Interface
org.cdk8s.plus25.k8s.HpaScalingRulesV2
-
Packages that use HpaScalingRulesV2 Package Description org.cdk8s.plus25.k8s -
-
Uses of HpaScalingRulesV2 in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement HpaScalingRulesV2 Modifier and Type Class Description static classHpaScalingRulesV2.Jsii$ProxyAn implementation forHpaScalingRulesV2Methods in org.cdk8s.plus25.k8s that return HpaScalingRulesV2 Modifier and Type Method Description HpaScalingRulesV2HpaScalingRulesV2.Builder. build()Builds the configured instance.default HpaScalingRulesV2HorizontalPodAutoscalerBehaviorV2. getScaleDown()scaleDown is scaling policy for scaling Down.HpaScalingRulesV2HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy. getScaleDown()default HpaScalingRulesV2HorizontalPodAutoscalerBehaviorV2. getScaleUp()scaleUp is scaling policy for scaling Up.HpaScalingRulesV2HorizontalPodAutoscalerBehaviorV2.Jsii$Proxy. getScaleUp()Methods in org.cdk8s.plus25.k8s with parameters of type HpaScalingRulesV2 Modifier and Type Method Description HorizontalPodAutoscalerBehaviorV2.BuilderHorizontalPodAutoscalerBehaviorV2.Builder. scaleDown(HpaScalingRulesV2 scaleDown)Sets the value ofHorizontalPodAutoscalerBehaviorV2.getScaleDown()HorizontalPodAutoscalerBehaviorV2.BuilderHorizontalPodAutoscalerBehaviorV2.Builder. scaleUp(HpaScalingRulesV2 scaleUp)Sets the value ofHorizontalPodAutoscalerBehaviorV2.getScaleUp()
-