| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
List<Matcher> |
RouteFluentImpl.buildMatchers() |
List<Matcher> |
RouteFluent.buildMatchers() |
List<Matcher> |
InhibitRuleFluent.buildSourceMatch() |
List<Matcher> |
InhibitRuleFluentImpl.buildSourceMatch() |
List<Matcher> |
InhibitRuleFluent.buildTargetMatch() |
List<Matcher> |
InhibitRuleFluentImpl.buildTargetMatch() |
List<Matcher> |
RouteFluentImpl.getMatchers()
Deprecated.
|
List<Matcher> |
RouteFluent.getMatchers()
Deprecated.
|
List<Matcher> |
Route.getMatchers() |
List<Matcher> |
InhibitRuleFluent.getSourceMatch()
Deprecated.
|
List<Matcher> |
InhibitRuleFluentImpl.getSourceMatch()
Deprecated.
|
List<Matcher> |
InhibitRule.getSourceMatch() |
List<Matcher> |
InhibitRuleFluent.getTargetMatch()
Deprecated.
|
List<Matcher> |
InhibitRuleFluentImpl.getTargetMatch()
Deprecated.
|
List<Matcher> |
InhibitRule.getTargetMatch() |
| Modifier and Type | Method and Description |
|---|---|
A |
RouteFluentImpl.addAllToMatchers(Collection<Matcher> items) |
A |
RouteFluent.addAllToMatchers(Collection<Matcher> items) |
A |
InhibitRuleFluent.addAllToSourceMatch(Collection<Matcher> items) |
A |
InhibitRuleFluentImpl.addAllToSourceMatch(Collection<Matcher> items) |
A |
InhibitRuleFluent.addAllToTargetMatch(Collection<Matcher> items) |
A |
InhibitRuleFluentImpl.addAllToTargetMatch(Collection<Matcher> items) |
A |
RouteFluentImpl.removeAllFromMatchers(Collection<Matcher> items) |
A |
RouteFluent.removeAllFromMatchers(Collection<Matcher> items) |
A |
InhibitRuleFluent.removeAllFromSourceMatch(Collection<Matcher> items) |
A |
InhibitRuleFluentImpl.removeAllFromSourceMatch(Collection<Matcher> items) |
A |
InhibitRuleFluent.removeAllFromTargetMatch(Collection<Matcher> items) |
A |
InhibitRuleFluentImpl.removeAllFromTargetMatch(Collection<Matcher> items) |
void |
Route.setMatchers(List<Matcher> matchers) |
void |
InhibitRule.setSourceMatch(List<Matcher> sourceMatch) |
void |
InhibitRule.setTargetMatch(List<Matcher> targetMatch) |
A |
RouteFluentImpl.withMatchers(List<Matcher> matchers) |
A |
RouteFluent.withMatchers(List<Matcher> matchers) |
A |
InhibitRuleFluent.withSourceMatch(List<Matcher> sourceMatch) |
A |
InhibitRuleFluentImpl.withSourceMatch(List<Matcher> sourceMatch) |
A |
InhibitRuleFluent.withTargetMatch(List<Matcher> targetMatch) |
A |
InhibitRuleFluentImpl.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) |
MatcherFluentImpl(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,
String receiver,
String repeatInterval,
List<com.fasterxml.jackson.databind.JsonNode> routes) |
Copyright © 2015–2020 Red Hat. All rights reserved.