Package org.cdk8s.plus24.k8s
Interface Overhead
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Overhead.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-15T15:42:36.762Z") @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 class
Overhead.Builder
A builder forOverhead
static class
Overhead.Jsii$Proxy
An implementation forOverhead
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Overhead.Builder
builder()
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.Builder
ofOverhead
-
-