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(int index, TLSMatchAttributes item)
A setToMatch(int 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(int 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(int index, TLSMatchAttributes item)
TLSRouteFluent.MatchNested<A> editMatch(int index)
TLSRouteFluent.MatchNested<A> editFirstMatch()
TLSRouteFluent.MatchNested<A> editLastMatch()
TLSRouteFluent.MatchNested<A> editMatchingMatch(Predicate<TLSMatchAttributesBuilder> predicate)
A addToRoute(int index, RouteDestination item)
A setToRoute(int 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(int 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(int index, RouteDestination item)
TLSRouteFluent.RouteNested<A> editRoute(int index)
TLSRouteFluent.RouteNested<A> editFirstRoute()
TLSRouteFluent.RouteNested<A> editLastRoute()
TLSRouteFluent.RouteNested<A> editMatchingRoute(Predicate<RouteDestinationBuilder> predicate)
Copyright © 2015–2023 Red Hat. All rights reserved.