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.67.0 (build 2c027f5)", date="2022-09-16T03:33:04.160Z") @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
-
-