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()OverheadRuntimeClassFluentImpl. buildOverhead()OverheadRuntimeClass. getOverhead()OverheadRuntimeClassFluent. getOverhead()Deprecated.OverheadRuntimeClassFluentImpl. getOverhead()Deprecated.Methods in io.fabric8.kubernetes.api.model.node.v1 with parameters of type Overhead Modifier and Type Method Description RuntimeClassFluent.OverheadNested<A>RuntimeClassFluent. editOrNewOverheadLike(Overhead item)RuntimeClassFluent.OverheadNested<A>RuntimeClassFluentImpl. editOrNewOverheadLike(Overhead item)voidRuntimeClass. setOverhead(Overhead overhead)RuntimeClassFluent.OverheadNested<A>RuntimeClassFluent. withNewOverheadLike(Overhead item)RuntimeClassFluent.OverheadNested<A>RuntimeClassFluentImpl. withNewOverheadLike(Overhead item)ARuntimeClassFluent. withOverhead(Overhead overhead)ARuntimeClassFluentImpl. 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)OverheadBuilder(OverheadFluent<?> fluent, Overhead instance, Boolean validationEnabled)OverheadBuilder(Overhead instance, Boolean validationEnabled)OverheadFluentImpl(Overhead instance)RuntimeClass(String apiVersion, String handler, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Overhead overhead, Scheduling scheduling)
-