Uses of Class
io.fabric8.openshift.api.model.monitoring.v1beta1.Matcher
-
Packages that use Matcher Package Description io.fabric8.openshift.api.model.monitoring.v1beta1 -
-
Uses of Matcher in io.fabric8.openshift.api.model.monitoring.v1beta1
Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return Matcher Modifier and Type Method Description MatcherMatcherBuilder. build()MatcherRouteFluent. buildFirstMatcher()MatcherInhibitRuleFluent. buildFirstSourceMatch()MatcherInhibitRuleFluent. buildFirstTargetMatch()MatcherRouteFluent. buildLastMatcher()MatcherInhibitRuleFluent. buildLastSourceMatch()MatcherInhibitRuleFluent. buildLastTargetMatch()MatcherRouteFluent. buildMatcher(int index)MatcherRouteFluent. buildMatchingMatcher(Predicate<MatcherBuilder> predicate)MatcherInhibitRuleFluent. buildMatchingSourceMatch(Predicate<MatcherBuilder> predicate)MatcherInhibitRuleFluent. buildMatchingTargetMatch(Predicate<MatcherBuilder> predicate)MatcherInhibitRuleFluent. buildSourceMatch(int index)MatcherInhibitRuleFluent. buildTargetMatch(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return types with arguments of type Matcher Modifier and Type Method Description List<Matcher>RouteFluent. buildMatchers()List<Matcher>InhibitRuleFluent. buildSourceMatch()List<Matcher>InhibitRuleFluent. buildTargetMatch()List<Matcher>Route. getMatchers()List of matchers that the alert's labels should match.List<Matcher>InhibitRule. getSourceMatch()Matchers for which one or more alerts have to exist for the inhibition to take effect.List<Matcher>InhibitRule. getTargetMatch()Matchers that have to be fulfilled in the alerts to be muted.Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type Matcher Modifier and Type Method Description RouteFluent.MatchersNested<A>RouteFluent. addNewMatcherLike(Matcher item)InhibitRuleFluent.SourceMatchNested<A>InhibitRuleFluent. addNewSourceMatchLike(Matcher item)InhibitRuleFluent.TargetMatchNested<A>InhibitRuleFluent. addNewTargetMatchLike(Matcher item)ARouteFluent. addToMatchers(int index, Matcher item)ARouteFluent. addToMatchers(Matcher... items)AInhibitRuleFluent. addToSourceMatch(int index, Matcher item)AInhibitRuleFluent. addToSourceMatch(Matcher... items)AInhibitRuleFluent. addToTargetMatch(int index, Matcher item)AInhibitRuleFluent. addToTargetMatch(Matcher... items)protected voidMatcherFluent. copyInstance(Matcher instance)ARouteFluent. removeFromMatchers(Matcher... items)AInhibitRuleFluent. removeFromSourceMatch(Matcher... items)AInhibitRuleFluent. removeFromTargetMatch(Matcher... items)RouteFluent.MatchersNested<A>RouteFluent. setNewMatcherLike(int index, Matcher item)InhibitRuleFluent.SourceMatchNested<A>InhibitRuleFluent. setNewSourceMatchLike(int index, Matcher item)InhibitRuleFluent.TargetMatchNested<A>InhibitRuleFluent. setNewTargetMatchLike(int index, Matcher item)ARouteFluent. setToMatchers(int index, Matcher item)AInhibitRuleFluent. setToSourceMatch(int index, Matcher item)AInhibitRuleFluent. setToTargetMatch(int index, Matcher item)ARouteFluent. withMatchers(Matcher... matchers)AInhibitRuleFluent. withSourceMatch(Matcher... sourceMatch)AInhibitRuleFluent. withTargetMatch(Matcher... targetMatch)Method parameters in io.fabric8.openshift.api.model.monitoring.v1beta1 with type arguments of type Matcher Modifier and Type Method Description ARouteFluent. addAllToMatchers(Collection<Matcher> items)AInhibitRuleFluent. addAllToSourceMatch(Collection<Matcher> items)AInhibitRuleFluent. addAllToTargetMatch(Collection<Matcher> items)ARouteFluent. removeAllFromMatchers(Collection<Matcher> items)AInhibitRuleFluent. removeAllFromSourceMatch(Collection<Matcher> items)AInhibitRuleFluent. removeAllFromTargetMatch(Collection<Matcher> items)voidRoute. setMatchers(List<Matcher> matchers)List of matchers that the alert's labels should match.voidInhibitRule. setSourceMatch(List<Matcher> sourceMatch)Matchers for which one or more alerts have to exist for the inhibition to take effect.voidInhibitRule. setTargetMatch(List<Matcher> targetMatch)Matchers that have to be fulfilled in the alerts to be muted.ARouteFluent. withMatchers(List<Matcher> matchers)AInhibitRuleFluent. withSourceMatch(List<Matcher> sourceMatch)AInhibitRuleFluent. withTargetMatch(List<Matcher> targetMatch)Constructors in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type Matcher Constructor Description MatcherBuilder(Matcher instance)MatcherBuilder(MatcherFluent<?> fluent, Matcher instance)MatcherFluent(Matcher instance)
-