public interface TCPRouteFluent<A extends TCPRouteFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TCPRouteFluent.MatchNested<N> |
static interface |
TCPRouteFluent.RouteNested<N> |
A addToMatch(Integer index, L4MatchAttributes item)
A setToMatch(Integer index, L4MatchAttributes item)
A addToMatch(L4MatchAttributes... items)
A addAllToMatch(Collection<L4MatchAttributes> items)
A removeFromMatch(L4MatchAttributes... items)
A removeAllFromMatch(Collection<L4MatchAttributes> items)
A removeMatchingFromMatch(Predicate<L4MatchAttributesBuilder> predicate)
@Deprecated List<L4MatchAttributes> getMatch()
List<L4MatchAttributes> buildMatch()
L4MatchAttributes buildMatch(Integer index)
L4MatchAttributes buildFirstMatch()
L4MatchAttributes buildLastMatch()
L4MatchAttributes buildMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate)
Boolean hasMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate)
A withMatch(List<L4MatchAttributes> match)
A withMatch(L4MatchAttributes... match)
Boolean hasMatch()
TCPRouteFluent.MatchNested<A> addNewMatch()
TCPRouteFluent.MatchNested<A> addNewMatchLike(L4MatchAttributes item)
TCPRouteFluent.MatchNested<A> setNewMatchLike(Integer index, L4MatchAttributes item)
TCPRouteFluent.MatchNested<A> editMatch(Integer index)
TCPRouteFluent.MatchNested<A> editFirstMatch()
TCPRouteFluent.MatchNested<A> editLastMatch()
TCPRouteFluent.MatchNested<A> editMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate)
A addToRoute(Integer index, RouteDestination item)
A setToRoute(Integer index, RouteDestination item)
A addToRoute(RouteDestination... items)
A addAllToRoute(Collection<RouteDestination> items)
A removeFromRoute(RouteDestination... items)
A removeAllFromRoute(Collection<RouteDestination> items)
A removeMatchingFromRoute(Predicate<RouteDestinationBuilder> predicate)
@Deprecated List<RouteDestination> getRoute()
List<RouteDestination> buildRoute()
RouteDestination buildRoute(Integer index)
RouteDestination buildFirstRoute()
RouteDestination buildLastRoute()
RouteDestination buildMatchingRoute(Predicate<RouteDestinationBuilder> predicate)
Boolean hasMatchingRoute(Predicate<RouteDestinationBuilder> predicate)
A withRoute(List<RouteDestination> route)
A withRoute(RouteDestination... route)
Boolean hasRoute()
TCPRouteFluent.RouteNested<A> addNewRoute()
TCPRouteFluent.RouteNested<A> addNewRouteLike(RouteDestination item)
TCPRouteFluent.RouteNested<A> setNewRouteLike(Integer index, RouteDestination item)
TCPRouteFluent.RouteNested<A> editRoute(Integer index)
TCPRouteFluent.RouteNested<A> editFirstRoute()
TCPRouteFluent.RouteNested<A> editLastRoute()
TCPRouteFluent.RouteNested<A> editMatchingRoute(Predicate<RouteDestinationBuilder> predicate)
Copyright © 2015–2022 Red Hat. All rights reserved.