Package org.cdk8s.plus24
Class Replicas
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.Replicas
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-28T00:25:43.835Z") @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 Replicas
absolute(Number value)
Changes the pods by a percentage of the it's current value.static Replicas
percent(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
-
-