Uses of Class
org.cdk8s.plus24.ScalingStrategy
-
Packages that use ScalingStrategy Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ScalingStrategy in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ScalingStrategy Modifier and Type Method Description default ScalingStrategy
ScalingRules. getStrategy()
The strategy to use when scaling.ScalingStrategy
ScalingRules.Jsii$Proxy. getStrategy()
static ScalingStrategy
ScalingStrategy. 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.plus24 with parameters of type ScalingStrategy Modifier and Type Method Description ScalingRules.Builder
ScalingRules.Builder. strategy(ScalingStrategy strategy)
Sets the value ofScalingRules.getStrategy()
-