| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
MatcherBuilder.build() |
Matcher |
RouteFluent.buildFirstMatcher() |
Matcher |
InhibitRuleFluent.buildFirstSourceMatch() |
Matcher |
InhibitRuleFluent.buildFirstTargetMatch() |
Matcher |
RouteFluent.buildLastMatcher() |
Matcher |
InhibitRuleFluent.buildLastSourceMatch() |
Matcher |
InhibitRuleFluent.buildLastTargetMatch() |
Matcher |
RouteFluent.buildMatcher(int index) |
Matcher |
RouteFluent.buildMatchingMatcher(Predicate<MatcherBuilder> predicate) |
Matcher |
InhibitRuleFluent.buildMatchingSourceMatch(Predicate<MatcherBuilder> predicate) |
Matcher |
InhibitRuleFluent.buildMatchingTargetMatch(Predicate<MatcherBuilder> predicate) |
Matcher |
InhibitRuleFluent.buildSourceMatch(int index) |
Matcher |
InhibitRuleFluent.buildTargetMatch(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Matcher> |
RouteFluent.buildMatchers() |
List<Matcher> |
InhibitRuleFluent.buildSourceMatch() |
List<Matcher> |
InhibitRuleFluent.buildTargetMatch() |
List<Matcher> |
Route.getMatchers() |
List<Matcher> |
InhibitRule.getSourceMatch() |
List<Matcher> |
InhibitRule.getTargetMatch() |
| Modifier and Type | Method and Description |
|---|---|
RouteFluent.MatchersNested<A> |
RouteFluent.addNewMatcherLike(Matcher item) |
InhibitRuleFluent.SourceMatchNested<A> |
InhibitRuleFluent.addNewSourceMatchLike(Matcher item) |
InhibitRuleFluent.TargetMatchNested<A> |
InhibitRuleFluent.addNewTargetMatchLike(Matcher item) |
A |
RouteFluent.addToMatchers(int index,
Matcher item) |
A |
RouteFluent.addToMatchers(Matcher... items) |
A |
InhibitRuleFluent.addToSourceMatch(int index,
Matcher item) |
A |
InhibitRuleFluent.addToSourceMatch(Matcher... items) |
A |
InhibitRuleFluent.addToTargetMatch(int index,
Matcher item) |
A |
InhibitRuleFluent.addToTargetMatch(Matcher... items) |
protected void |
MatcherFluent.copyInstance(Matcher instance) |
A |
RouteFluent.removeFromMatchers(Matcher... items) |
A |
InhibitRuleFluent.removeFromSourceMatch(Matcher... items) |
A |
InhibitRuleFluent.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) |
A |
RouteFluent.setToMatchers(int index,
Matcher item) |
A |
InhibitRuleFluent.setToSourceMatch(int index,
Matcher item) |
A |
InhibitRuleFluent.setToTargetMatch(int index,
Matcher item) |
A |
RouteFluent.withMatchers(Matcher... matchers) |
A |
InhibitRuleFluent.withSourceMatch(Matcher... sourceMatch) |
A |
InhibitRuleFluent.withTargetMatch(Matcher... targetMatch) |
| Modifier and Type | Method and Description |
|---|---|
A |
RouteFluent.addAllToMatchers(Collection<Matcher> items) |
A |
InhibitRuleFluent.addAllToSourceMatch(Collection<Matcher> items) |
A |
InhibitRuleFluent.addAllToTargetMatch(Collection<Matcher> items) |
A |
RouteFluent.removeAllFromMatchers(Collection<Matcher> items) |
A |
InhibitRuleFluent.removeAllFromSourceMatch(Collection<Matcher> items) |
A |
InhibitRuleFluent.removeAllFromTargetMatch(Collection<Matcher> items) |
void |
Route.setMatchers(List<Matcher> matchers) |
void |
InhibitRule.setSourceMatch(List<Matcher> sourceMatch) |
void |
InhibitRule.setTargetMatch(List<Matcher> targetMatch) |
A |
RouteFluent.withMatchers(List<Matcher> matchers) |
A |
InhibitRuleFluent.withSourceMatch(List<Matcher> sourceMatch) |
A |
InhibitRuleFluent.withTargetMatch(List<Matcher> targetMatch) |
| Constructor and Description |
|---|
MatcherBuilder(Matcher instance) |
MatcherBuilder(MatcherFluent<?> fluent,
Matcher instance) |
MatcherFluent(Matcher instance) |
| Constructor and Description |
|---|
InhibitRule(List<String> equal,
List<Matcher> sourceMatch,
List<Matcher> targetMatch) |
InhibitRule(List<String> equal,
List<Matcher> sourceMatch,
List<Matcher> targetMatch) |
Route(List<String> activeTimeIntervals,
Boolean _continue,
List<String> groupBy,
String groupInterval,
String groupWait,
List<Matcher> matchers,
List<String> muteTimeIntervals,
String receiver,
String repeatInterval,
List<com.fasterxml.jackson.databind.JsonNode> routes) |
Copyright © 2015–2024 Red Hat. All rights reserved.