Uses of Interface
org.cdk8s.plus24.ScalingPolicy
-
Packages that use ScalingPolicy Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ScalingPolicy in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement ScalingPolicy Modifier and Type Class Description static class
ScalingPolicy.Jsii$Proxy
An implementation forScalingPolicy
Methods in org.cdk8s.plus24 that return ScalingPolicy Modifier and Type Method Description ScalingPolicy
ScalingPolicy.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 that return types with arguments of type ScalingPolicy Modifier and Type Method Description default List<ScalingPolicy>
ScalingRules. getPolicies()
The scaling policies.List<ScalingPolicy>
ScalingRules.Jsii$Proxy. getPolicies()
Method parameters in org.cdk8s.plus24 with type arguments of type ScalingPolicy Modifier and Type Method Description ScalingRules.Builder
ScalingRules.Builder. policies(List<? extends ScalingPolicy> policies)
Sets the value ofScalingRules.getPolicies()
-