Uses of Class
io.fabric8.openshift.api.model.tuned.v1.OperandConfig
-
-
Uses of OperandConfig in io.fabric8.openshift.api.model.tuned.v1
Methods in io.fabric8.openshift.api.model.tuned.v1 that return OperandConfig Modifier and Type Method Description OperandConfigOperandConfigBuilder. build()OperandConfigTunedRecommendFluent. buildOperand()OperandConfigTunedRecommend. getOperand()Selection logic for a single Tuned profile.Methods in io.fabric8.openshift.api.model.tuned.v1 with parameters of type OperandConfig Modifier and Type Method Description protected voidOperandConfigFluent. copyInstance(OperandConfig instance)TunedRecommendFluent.OperandNested<A>TunedRecommendFluent. editOrNewOperandLike(OperandConfig item)voidTunedRecommend. setOperand(OperandConfig operand)Selection logic for a single Tuned profile.TunedRecommendFluent.OperandNested<A>TunedRecommendFluent. withNewOperandLike(OperandConfig item)ATunedRecommendFluent. withOperand(OperandConfig operand)Constructors in io.fabric8.openshift.api.model.tuned.v1 with parameters of type OperandConfig Constructor Description OperandConfigBuilder(OperandConfig instance)OperandConfigBuilder(OperandConfigFluent<?> fluent, OperandConfig instance)OperandConfigFluent(OperandConfig instance)TunedRecommend(Map<String,String> machineConfigLabels, List<TunedMatch> match, OperandConfig operand, Long priority, String profile)
-