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(int index, L4MatchAttributes item)
A setToMatch(int index, L4MatchAttributes item)
A addToMatch(L4MatchAttributes... items)
A addAllToMatch(Collection<L4MatchAttributes> items)
A removeFromMatch(L4MatchAttributes... items)
A removeAllFromMatch(Collection<L4MatchAttributes> items)
@Deprecated List<L4MatchAttributes> getMatch()
List<L4MatchAttributes> buildMatch()
L4MatchAttributes buildMatch(int index)
L4MatchAttributes buildFirstMatch()
L4MatchAttributes buildLastMatch()
L4MatchAttributes buildMatchingMatch(io.fabric8.kubernetes.api.builder.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(int index, L4MatchAttributes item)
TCPRouteFluent.MatchNested<A> editMatch(int index)
TCPRouteFluent.MatchNested<A> editFirstMatch()
TCPRouteFluent.MatchNested<A> editLastMatch()
TCPRouteFluent.MatchNested<A> editMatchingMatch(io.fabric8.kubernetes.api.builder.Predicate<L4MatchAttributesBuilder> predicate)
A addToRoute(int index, DestinationWeight item)
A setToRoute(int index, DestinationWeight item)
A addToRoute(DestinationWeight... items)
A addAllToRoute(Collection<DestinationWeight> items)
A removeFromRoute(DestinationWeight... items)
A removeAllFromRoute(Collection<DestinationWeight> items)
@Deprecated List<DestinationWeight> getRoute()
List<DestinationWeight> buildRoute()
DestinationWeight buildRoute(int index)
DestinationWeight buildFirstRoute()
DestinationWeight buildLastRoute()
DestinationWeight buildMatchingRoute(io.fabric8.kubernetes.api.builder.Predicate<DestinationWeightBuilder> predicate)
A withRoute(List<DestinationWeight> route)
A withRoute(DestinationWeight... route)
Boolean hasRoute()
TCPRouteFluent.RouteNested<A> addNewRoute()
TCPRouteFluent.RouteNested<A> addNewRouteLike(DestinationWeight item)
TCPRouteFluent.RouteNested<A> setNewRouteLike(int index, DestinationWeight item)
TCPRouteFluent.RouteNested<A> editRoute(int index)
TCPRouteFluent.RouteNested<A> editFirstRoute()
TCPRouteFluent.RouteNested<A> editLastRoute()
TCPRouteFluent.RouteNested<A> editMatchingRoute(io.fabric8.kubernetes.api.builder.Predicate<DestinationWeightBuilder> predicate)
Copyright © 2017–2018 Red Hat. All rights reserved.