Uses of Class
io.fabric8.openshift.api.model.tuned.v1.TunedSpec
-
-
Uses of TunedSpec in io.fabric8.openshift.api.model.tuned.v1
Methods in io.fabric8.openshift.api.model.tuned.v1 that return TunedSpec Modifier and Type Method Description TunedSpecTunedSpecBuilder. build()TunedSpecTunedFluent. buildSpec()TunedSpecTuned. getSpec()Tuned is a collection of rules that allows cluster-wide deployment of node-level sysctls and more flexibility to add custom tuning specified by user needs.Methods in io.fabric8.openshift.api.model.tuned.v1 with parameters of type TunedSpec Modifier and Type Method Description protected voidTunedSpecFluent. copyInstance(TunedSpec instance)TunedFluent.SpecNested<A>TunedFluent. editOrNewSpecLike(TunedSpec item)voidTuned. setSpec(TunedSpec spec)Tuned is a collection of rules that allows cluster-wide deployment of node-level sysctls and more flexibility to add custom tuning specified by user needs.TunedFluent.SpecNested<A>TunedFluent. withNewSpecLike(TunedSpec item)ATunedFluent. withSpec(TunedSpec spec)Constructors in io.fabric8.openshift.api.model.tuned.v1 with parameters of type TunedSpec Constructor Description Tuned(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TunedSpec spec, TunedStatus status)TunedSpecBuilder(TunedSpec instance)TunedSpecBuilder(TunedSpecFluent<?> fluent, TunedSpec instance)TunedSpecFluent(TunedSpec instance)
-