Package org.cdk8s.plus23
Interface CpuResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CpuResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.544Z") @Stability(Stable) public interface CpuResources extends software.amazon.jsii.JsiiSerializable
CPU request and limit.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCpuResources.BuilderA builder forCpuResourcesstatic classCpuResources.Jsii$ProxyAn implementation forCpuResources
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CpuResources.Builderbuilder()default CpugetLimit()default CpugetRequest()
-
-
-
Method Detail
-
getLimit
@Stability(Stable) @Nullable default Cpu getLimit()
-
getRequest
@Stability(Stable) @Nullable default Cpu getRequest()
-
builder
@Stability(Stable) static CpuResources.Builder builder()
- Returns:
- a
CpuResources.BuilderofCpuResources
-
-