Package org.cdk8s.plus25.k8s
Interface Overhead
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Overhead.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.760Z") @Stability(Stable) public interface Overhead extends software.amazon.jsii.JsiiSerializable
Overhead structure represents the resource overhead associated with running a pod.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOverhead.BuilderA builder forOverheadstatic classOverhead.Jsii$ProxyAn implementation forOverhead
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Overhead.Builderbuilder()default Map<String,Quantity>getPodFixed()PodFixed represents the fixed resource overhead associated with running a pod.
-
-
-
Method Detail
-
getPodFixed
@Stability(Stable) @Nullable default Map<String,Quantity> getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.
-
builder
@Stability(Stable) static Overhead.Builder builder()
- Returns:
- a
Overhead.BuilderofOverhead
-
-