public interface RouteFluent<A extends RouteFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RouteFluent.MatchersNested<N> |
Boolean getContinue()
Boolean hasContinue()
A addAllToGroupBy(Collection<String> items)
A removeAllFromGroupBy(Collection<String> items)
String getGroupBy(int index)
String getFirstGroupBy()
String getLastGroupBy()
Boolean hasGroupBy()
String getGroupInterval()
Boolean hasGroupInterval()
@Deprecated A withNewGroupInterval(String arg0)
String getGroupWait()
Boolean hasGroupWait()
@Deprecated A withNewGroupWait(String arg0)
A addAllToMatchers(Collection<Matcher> items)
A removeAllFromMatchers(Collection<Matcher> items)
A removeMatchingFromMatchers(Predicate<MatcherBuilder> predicate)
@Deprecated List<Matcher> getMatchers()
Matcher buildMatcher(int index)
Matcher buildFirstMatcher()
Matcher buildLastMatcher()
Matcher buildMatchingMatcher(Predicate<MatcherBuilder> predicate)
Boolean hasMatchingMatcher(Predicate<MatcherBuilder> predicate)
Boolean hasMatchers()
RouteFluent.MatchersNested<A> addNewMatcher()
RouteFluent.MatchersNested<A> addNewMatcherLike(Matcher item)
RouteFluent.MatchersNested<A> setNewMatcherLike(int index, Matcher item)
RouteFluent.MatchersNested<A> editMatcher(int index)
RouteFluent.MatchersNested<A> editFirstMatcher()
RouteFluent.MatchersNested<A> editLastMatcher()
RouteFluent.MatchersNested<A> editMatchingMatcher(Predicate<MatcherBuilder> predicate)
String getReceiver()
Boolean hasReceiver()
@Deprecated A withNewReceiver(String arg0)
String getRepeatInterval()
Boolean hasRepeatInterval()
@Deprecated A withNewRepeatInterval(String arg0)
A addToRoutes(int index, com.fasterxml.jackson.databind.JsonNode item)
A setToRoutes(int index, com.fasterxml.jackson.databind.JsonNode item)
A addToRoutes(com.fasterxml.jackson.databind.JsonNode... items)
A addAllToRoutes(Collection<com.fasterxml.jackson.databind.JsonNode> items)
A removeFromRoutes(com.fasterxml.jackson.databind.JsonNode... items)
A removeAllFromRoutes(Collection<com.fasterxml.jackson.databind.JsonNode> items)
List<com.fasterxml.jackson.databind.JsonNode> getRoutes()
com.fasterxml.jackson.databind.JsonNode getRoute(int index)
com.fasterxml.jackson.databind.JsonNode getFirstRoute()
com.fasterxml.jackson.databind.JsonNode getLastRoute()
com.fasterxml.jackson.databind.JsonNode getMatchingRoute(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate)
Boolean hasMatchingRoute(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate)
A withRoutes(com.fasterxml.jackson.databind.JsonNode... routes)
Boolean hasRoutes()
Copyright © 2015–2020 Red Hat. All rights reserved.