Package org.cdk8s.plus20
Interface MemoryResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MemoryResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-04-02T02:38:57.559Z") @Stability(Stable) public interface MemoryResources extends software.amazon.jsii.JsiiSerializable
Memory request and limit.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMemoryResources.BuilderA builder forMemoryResourcesstatic classMemoryResources.Jsii$ProxyAn implementation forMemoryResources
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MemoryResources.Builderbuilder()org.cdk8s.SizegetLimit()org.cdk8s.SizegetRequest()
-
-
-
Method Detail
-
getLimit
@Stability(Stable) @NotNull org.cdk8s.Size getLimit()
-
getRequest
@Stability(Stable) @NotNull org.cdk8s.Size getRequest()
-
builder
@Stability(Stable) static MemoryResources.Builder builder()
- Returns:
- a
MemoryResources.BuilderofMemoryResources
-
-