Package org.cdk8s.plus20
Interface CpuResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CpuResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-04-02T02:38:57.523Z") @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 Abstract Methods Modifier and Type Method Description static CpuResources.Builderbuilder()CpugetLimit()CpugetRequest()
-
-
-
Method Detail
-
getLimit
@Stability(Stable) @NotNull Cpu getLimit()
-
getRequest
@Stability(Stable) @NotNull Cpu getRequest()
-
builder
@Stability(Stable) static CpuResources.Builder builder()
- Returns:
- a
CpuResources.BuilderofCpuResources
-
-