Uses of Class
org.cdk8s.plus25.ScalingStrategy
-
Packages that use ScalingStrategy Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ScalingStrategy in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ScalingStrategy Modifier and Type Method Description default ScalingStrategyScalingRules. getStrategy()The strategy to use when scaling.ScalingStrategyScalingRules.Jsii$Proxy. getStrategy()static ScalingStrategyScalingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalingStrategy[]ScalingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus25 with parameters of type ScalingStrategy Modifier and Type Method Description ScalingRules.BuilderScalingRules.Builder. strategy(ScalingStrategy strategy)Sets the value ofScalingRules.getStrategy()
-