Package org.cdk8s.plus24
Interface MemoryResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MemoryResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T02:54:19.250Z") @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 Default Methods Modifier and Type Method Description static MemoryResources.Builderbuilder()default org.cdk8s.SizegetLimit()default org.cdk8s.SizegetRequest()
-
-
-
Method Detail
-
getLimit
@Stability(Stable) @Nullable default org.cdk8s.Size getLimit()
-
getRequest
@Stability(Stable) @Nullable default org.cdk8s.Size getRequest()
-
builder
@Stability(Stable) static MemoryResources.Builder builder()
- Returns:
- a
MemoryResources.BuilderofMemoryResources
-
-