Uses of Class
io.fabric8.kubernetes.api.model.node.v1.Overhead
-
Packages that use Overhead Package Description io.fabric8.kubernetes.api.model.node.v1 -
-
Uses of Overhead in io.fabric8.kubernetes.api.model.node.v1
Methods in io.fabric8.kubernetes.api.model.node.v1 that return Overhead Modifier and Type Method Description OverheadOverheadBuilder. build()OverheadRuntimeClassFluent. buildOverhead()OverheadRuntimeClass. getOverhead()Methods in io.fabric8.kubernetes.api.model.node.v1 with parameters of type Overhead Modifier and Type Method Description protected voidOverheadFluent. copyInstance(Overhead instance)RuntimeClassFluent.OverheadNested<A>RuntimeClassFluent. editOrNewOverheadLike(Overhead item)voidRuntimeClass. setOverhead(Overhead overhead)RuntimeClassFluent.OverheadNested<A>RuntimeClassFluent. withNewOverheadLike(Overhead item)ARuntimeClassFluent. withOverhead(Overhead overhead)Constructors in io.fabric8.kubernetes.api.model.node.v1 with parameters of type Overhead Constructor Description OverheadBuilder(Overhead instance)OverheadBuilder(OverheadFluent<?> fluent, Overhead instance)OverheadFluent(Overhead instance)RuntimeClass(String apiVersion, String handler, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Overhead overhead, Scheduling scheduling)
-