Uses of Interface
org.cdk8s.plus24.k8s.Overhead
-
Packages that use Overhead Package Description org.cdk8s.plus24.k8s -
-
Uses of Overhead in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement Overhead Modifier and Type Class Description static class
Overhead.Jsii$Proxy
An implementation forOverhead
Methods in org.cdk8s.plus24.k8s that return Overhead Modifier and Type Method Description Overhead
Overhead.Builder. build()
Builds the configured instance.default Overhead
KubeRuntimeClassProps. getOverhead()
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.Overhead
KubeRuntimeClassProps.Jsii$Proxy. getOverhead()
Methods in org.cdk8s.plus24.k8s with parameters of type Overhead Modifier and Type Method Description KubeRuntimeClass.Builder
KubeRuntimeClass.Builder. overhead(Overhead overhead)
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.KubeRuntimeClassProps.Builder
KubeRuntimeClassProps.Builder. overhead(Overhead overhead)
Sets the value ofKubeRuntimeClassProps.getOverhead()
-