Package org.cdk8s.plus20
Interface ContainerResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-18T23:19:48.568Z") @Stability(Stable) public interface ContainerResources extends software.amazon.jsii.JsiiSerializable
CPU and memory compute resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerResources.BuilderA builder forContainerResourcesstatic classContainerResources.Jsii$ProxyAn implementation forContainerResources
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerResources.Builderbuilder()CpuResourcesgetCpu()MemoryResourcesgetMemory()
-
-
-
Method Detail
-
getCpu
@Stability(Stable) @NotNull CpuResources getCpu()
-
getMemory
@Stability(Stable) @NotNull MemoryResources getMemory()
-
builder
@Stability(Stable) static ContainerResources.Builder builder()
- Returns:
- a
ContainerResources.BuilderofContainerResources
-
-