Uses of Class
io.fabric8.kubernetes.api.model.node.v1beta1.Overhead
-
Packages that use Overhead Package Description io.fabric8.kubernetes.api.model.node.v1beta1 -
-
Uses of Overhead in io.fabric8.kubernetes.api.model.node.v1beta1
Methods in io.fabric8.kubernetes.api.model.node.v1beta1 that return Overhead Modifier and Type Method Description OverheadOverheadBuilder. build()OverheadRuntimeClassFluent. buildOverhead()OverheadRuntimeClass. getOverhead()RuntimeClass defines a class of container runtime supported in the cluster.Methods in io.fabric8.kubernetes.api.model.node.v1beta1 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)RuntimeClass defines a class of container runtime supported in the cluster.RuntimeClassFluent.OverheadNested<A>RuntimeClassFluent. withNewOverheadLike(Overhead item)ARuntimeClassFluent. withOverhead(Overhead overhead)Constructors in io.fabric8.kubernetes.api.model.node.v1beta1 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)
-