Uses of Class
org.cdk8s.plus25.k8s.HpaScalingRulesV2Beta2.Builder
-
Packages that use HpaScalingRulesV2Beta2.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of HpaScalingRulesV2Beta2.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return HpaScalingRulesV2Beta2.Builder Modifier and Type Method Description static HpaScalingRulesV2Beta2.BuilderHpaScalingRulesV2Beta2. builder()HpaScalingRulesV2Beta2.BuilderHpaScalingRulesV2Beta2.Builder. policies(List<? extends HpaScalingPolicyV2Beta2> policies)Sets the value ofHpaScalingRulesV2Beta2.getPolicies()HpaScalingRulesV2Beta2.BuilderHpaScalingRulesV2Beta2.Builder. selectPolicy(String selectPolicy)Sets the value ofHpaScalingRulesV2Beta2.getSelectPolicy()HpaScalingRulesV2Beta2.BuilderHpaScalingRulesV2Beta2.Builder. stabilizationWindowSeconds(Number stabilizationWindowSeconds)Sets the value ofHpaScalingRulesV2Beta2.getStabilizationWindowSeconds()Constructors in org.cdk8s.plus25.k8s with parameters of type HpaScalingRulesV2Beta2.Builder Constructor Description Jsii$Proxy(HpaScalingRulesV2Beta2.Builder builder)Constructor that initializes the object based on literal property values passed by theHpaScalingRulesV2Beta2.Builder.
-