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