Package org.cdk8s.plus28
Class Replicas
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.Replicas
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.624Z") @Stability(Stable) public class Replicas extends software.amazon.jsii.JsiiObject
The amount of replicas that will change.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Replicasabsolute(Number value)Changes the pods by a percentage of the it's current value.static Replicaspercent(Number value)Changes the pods by a percentage of the it's current value.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-