public interface TLSRouteFluent<A extends TLSRouteFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TLSRouteFluent.MatchNested<N> |
static interface |
TLSRouteFluent.RouteNested<N> |
A addToMatch(Integer index, TLSMatchAttributes item)
A setToMatch(Integer index, TLSMatchAttributes item)
A addToMatch(TLSMatchAttributes... items)
A addAllToMatch(Collection<TLSMatchAttributes> items)
A removeFromMatch(TLSMatchAttributes... items)
A removeAllFromMatch(Collection<TLSMatchAttributes> items)
A removeMatchingFromMatch(Predicate<TLSMatchAttributesBuilder> predicate)
@Deprecated List<TLSMatchAttributes> getMatch()
List<TLSMatchAttributes> buildMatch()
TLSMatchAttributes buildMatch(Integer index)
TLSMatchAttributes buildFirstMatch()
TLSMatchAttributes buildLastMatch()
TLSMatchAttributes buildMatchingMatch(Predicate<TLSMatchAttributesBuilder> predicate)
Boolean hasMatchingMatch(Predicate<TLSMatchAttributesBuilder> predicate)
A withMatch(List<TLSMatchAttributes> match)
A withMatch(TLSMatchAttributes... match)
Boolean hasMatch()
TLSRouteFluent.MatchNested<A> addNewMatch()
TLSRouteFluent.MatchNested<A> addNewMatchLike(TLSMatchAttributes item)
TLSRouteFluent.MatchNested<A> setNewMatchLike(Integer index, TLSMatchAttributes item)
TLSRouteFluent.MatchNested<A> editMatch(Integer index)
TLSRouteFluent.MatchNested<A> editFirstMatch()
TLSRouteFluent.MatchNested<A> editLastMatch()
TLSRouteFluent.MatchNested<A> editMatchingMatch(Predicate<TLSMatchAttributesBuilder> 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()
TLSRouteFluent.RouteNested<A> addNewRoute()
TLSRouteFluent.RouteNested<A> addNewRouteLike(RouteDestination item)
TLSRouteFluent.RouteNested<A> setNewRouteLike(Integer index, RouteDestination item)
TLSRouteFluent.RouteNested<A> editRoute(Integer index)
TLSRouteFluent.RouteNested<A> editFirstRoute()
TLSRouteFluent.RouteNested<A> editLastRoute()
TLSRouteFluent.RouteNested<A> editMatchingRoute(Predicate<RouteDestinationBuilder> predicate)
Copyright © 2015–2020 Red Hat. All rights reserved.