| 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 |
|---|---|
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(Matcher instance,
Boolean validationEnabled) |
MatcherBuilder(MatcherFluent<?> fluent,
Matcher instance) |
MatcherBuilder(MatcherFluent<?> fluent,
Matcher instance,
Boolean validationEnabled) |
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(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–2023 Red Hat. All rights reserved.