Package org.cdk8s.plus25
Class Replicas
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.Replicas
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.405Z") @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
-
-