Uses of Class
io.fabric8.openshift.api.model.tuned.v1.TunedMatch
-
-
Uses of TunedMatch in io.fabric8.openshift.api.model.tuned.v1
Methods in io.fabric8.openshift.api.model.tuned.v1 that return TunedMatch Modifier and Type Method Description TunedMatchTunedMatchBuilder. build()TunedMatchTunedMatchFluent. buildFirstMatch()TunedMatchTunedRecommendFluent. buildFirstMatch()TunedMatchTunedMatchFluent. buildLastMatch()TunedMatchTunedRecommendFluent. buildLastMatch()TunedMatchTunedMatchFluent. buildMatch(int index)TunedMatchTunedRecommendFluent. buildMatch(int index)TunedMatchTunedMatchFluent. buildMatchingMatch(Predicate<TunedMatchBuilder> predicate)TunedMatchTunedRecommendFluent. buildMatchingMatch(Predicate<TunedMatchBuilder> predicate)Methods in io.fabric8.openshift.api.model.tuned.v1 that return types with arguments of type TunedMatch Modifier and Type Method Description List<TunedMatch>TunedMatchFluent. buildMatch()List<TunedMatch>TunedRecommendFluent. buildMatch()List<TunedMatch>TunedMatch. getMatch()Additional rules governing application of the tuned profile connected by logical AND operator.List<TunedMatch>TunedRecommend. getMatch()Rules governing application of a Tuned profile connected by logical OR operator.Methods in io.fabric8.openshift.api.model.tuned.v1 with parameters of type TunedMatch Modifier and Type Method Description TunedMatchFluent.MatchNested<A>TunedMatchFluent. addNewMatchLike(TunedMatch item)TunedRecommendFluent.MatchNested<A>TunedRecommendFluent. addNewMatchLike(TunedMatch item)ATunedMatchFluent. addToMatch(int index, TunedMatch item)ATunedMatchFluent. addToMatch(TunedMatch... items)ATunedRecommendFluent. addToMatch(int index, TunedMatch item)ATunedRecommendFluent. addToMatch(TunedMatch... items)protected voidTunedMatchFluent. copyInstance(TunedMatch instance)ATunedMatchFluent. removeFromMatch(TunedMatch... items)ATunedRecommendFluent. removeFromMatch(TunedMatch... items)TunedMatchFluent.MatchNested<A>TunedMatchFluent. setNewMatchLike(int index, TunedMatch item)TunedRecommendFluent.MatchNested<A>TunedRecommendFluent. setNewMatchLike(int index, TunedMatch item)ATunedMatchFluent. setToMatch(int index, TunedMatch item)ATunedRecommendFluent. setToMatch(int index, TunedMatch item)ATunedMatchFluent. withMatch(TunedMatch... match)ATunedRecommendFluent. withMatch(TunedMatch... match)Method parameters in io.fabric8.openshift.api.model.tuned.v1 with type arguments of type TunedMatch Modifier and Type Method Description ATunedMatchFluent. addAllToMatch(Collection<TunedMatch> items)ATunedRecommendFluent. addAllToMatch(Collection<TunedMatch> items)ATunedMatchFluent. removeAllFromMatch(Collection<TunedMatch> items)ATunedRecommendFluent. removeAllFromMatch(Collection<TunedMatch> items)voidTunedMatch. setMatch(List<TunedMatch> match)Additional rules governing application of the tuned profile connected by logical AND operator.voidTunedRecommend. setMatch(List<TunedMatch> match)Rules governing application of a Tuned profile connected by logical OR operator.ATunedMatchFluent. withMatch(List<TunedMatch> match)ATunedRecommendFluent. withMatch(List<TunedMatch> match)Constructors in io.fabric8.openshift.api.model.tuned.v1 with parameters of type TunedMatch Constructor Description TunedMatchBuilder(TunedMatch instance)TunedMatchBuilder(TunedMatchFluent<?> fluent, TunedMatch instance)TunedMatchFluent(TunedMatch instance)Constructor parameters in io.fabric8.openshift.api.model.tuned.v1 with type arguments of type TunedMatch Constructor Description TunedMatch(String label, List<TunedMatch> match, String type, String value)TunedRecommend(Map<String,String> machineConfigLabels, List<TunedMatch> match, OperandConfig operand, Long priority, String profile)
-