Package org.cdk8s.plus24.k8s
Interface OverheadV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OverheadV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.771Z") @Stability(Stable) public interface OverheadV1Beta1 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 classOverheadV1Beta1.BuilderA builder forOverheadV1Beta1static classOverheadV1Beta1.Jsii$ProxyAn implementation forOverheadV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OverheadV1Beta1.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 OverheadV1Beta1.Builder builder()
- Returns:
- a
OverheadV1Beta1.BuilderofOverheadV1Beta1
-
-