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)
@Deprecated List<TLSMatchAttributes> getMatch()
List<TLSMatchAttributes> buildMatch()
TLSMatchAttributes buildMatch(int index)
TLSMatchAttributes buildFirstMatch()
TLSMatchAttributes buildLastMatch()
TLSMatchAttributes buildMatchingMatch(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.Predicate<TLSMatchAttributesBuilder> 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()
TLSRouteFluent.RouteNested<A> addNewRoute()
TLSRouteFluent.RouteNested<A> addNewRouteLike(DestinationWeight item)
TLSRouteFluent.RouteNested<A> setNewRouteLike(int index, DestinationWeight item)
TLSRouteFluent.RouteNested<A> editRoute(int index)
TLSRouteFluent.RouteNested<A> editFirstRoute()
TLSRouteFluent.RouteNested<A> editLastRoute()
TLSRouteFluent.RouteNested<A> editMatchingRoute(io.fabric8.kubernetes.api.builder.Predicate<DestinationWeightBuilder> predicate)
Copyright © 2017–2018 Red Hat. All rights reserved.