Uses of Interface
org.cdk8s.plus24.k8s.HpaScalingPolicyV2
-
Packages that use HpaScalingPolicyV2 Package Description org.cdk8s.plus24.k8s -
-
Uses of HpaScalingPolicyV2 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement HpaScalingPolicyV2 Modifier and Type Class Description static class
HpaScalingPolicyV2.Jsii$Proxy
An implementation forHpaScalingPolicyV2
Methods in org.cdk8s.plus24.k8s that return HpaScalingPolicyV2 Modifier and Type Method Description HpaScalingPolicyV2
HpaScalingPolicyV2.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type HpaScalingPolicyV2 Modifier and Type Method Description default List<HpaScalingPolicyV2>
HpaScalingRulesV2. getPolicies()
policies is a list of potential scaling polices which can be used during scaling.List<HpaScalingPolicyV2>
HpaScalingRulesV2.Jsii$Proxy. getPolicies()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type HpaScalingPolicyV2 Modifier and Type Method Description HpaScalingRulesV2.Builder
HpaScalingRulesV2.Builder. policies(List<? extends HpaScalingPolicyV2> policies)
Sets the value ofHpaScalingRulesV2.getPolicies()
-