Uses of Class
org.cdk8s.plus24.Replicas
-
Packages that use Replicas Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of Replicas in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return Replicas Modifier and Type Method Description static Replicas
Replicas. absolute(Number value)
Changes the pods by a percentage of the it's current value.Replicas
ScalingPolicy. getReplicas()
The type and quantity of replicas to change.Replicas
ScalingPolicy.Jsii$Proxy. getReplicas()
static Replicas
Replicas. percent(Number value)
Changes the pods by a percentage of the it's current value.Methods in org.cdk8s.plus24 with parameters of type Replicas Modifier and Type Method Description ScalingPolicy.Builder
ScalingPolicy.Builder. replicas(Replicas replicas)
Sets the value ofScalingPolicy.getReplicas()
-