Uses of Interface
org.cdk8s.plus28.ScalingPolicy
-
Packages that use ScalingPolicy Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ScalingPolicy in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement ScalingPolicy Modifier and Type Class Description static classScalingPolicy.Jsii$ProxyAn implementation forScalingPolicyMethods in org.cdk8s.plus28 that return ScalingPolicy Modifier and Type Method Description ScalingPolicyScalingPolicy.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 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.plus28 with type arguments of type ScalingPolicy Modifier and Type Method Description ScalingRules.BuilderScalingRules.Builder. policies(List<? extends ScalingPolicy> policies)Sets the value ofScalingRules.getPolicies()
-