Uses of Class
io.fabric8.openshift.api.model.tuned.v1.TunedStatus
-
-
Uses of TunedStatus in io.fabric8.openshift.api.model.tuned.v1
Methods in io.fabric8.openshift.api.model.tuned.v1 that return TunedStatus Modifier and Type Method Description TunedStatusTunedStatusBuilder. build()TunedStatusTunedFluent. buildStatus()TunedStatusTuned. getStatus()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 TunedStatus Modifier and Type Method Description protected voidTunedStatusFluent. copyInstance(TunedStatus instance)TunedFluent.StatusNested<A>TunedFluent. editOrNewStatusLike(TunedStatus item)voidTuned. setStatus(TunedStatus status)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.StatusNested<A>TunedFluent. withNewStatusLike(TunedStatus item)ATunedFluent. withStatus(TunedStatus status)Constructors in io.fabric8.openshift.api.model.tuned.v1 with parameters of type TunedStatus Constructor Description Tuned(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TunedSpec spec, TunedStatus status)TunedStatusBuilder(TunedStatus instance)TunedStatusBuilder(TunedStatusFluent<?> fluent, TunedStatus instance)TunedStatusFluent(TunedStatus instance)
-