| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
L4MatchAttributes |
L4MatchAttributesBuilder.build() |
L4MatchAttributes |
TCPRouteFluent.buildFirstMatch() |
L4MatchAttributes |
TCPRouteFluent.buildLastMatch() |
L4MatchAttributes |
TCPRouteFluent.buildMatch(int index) |
L4MatchAttributes |
TCPRouteFluent.buildMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<L4MatchAttributes> |
TCPRouteFluent.buildMatch() |
List<L4MatchAttributes> |
TCPRoute.getMatch() |
| Modifier and Type | Method and Description |
|---|---|
TCPRouteFluent.MatchNested<A> |
TCPRouteFluent.addNewMatchLike(L4MatchAttributes item) |
A |
TCPRouteFluent.addToMatch(int index,
L4MatchAttributes item) |
A |
TCPRouteFluent.addToMatch(L4MatchAttributes... items) |
protected void |
L4MatchAttributesFluent.copyInstance(L4MatchAttributes instance) |
A |
TCPRouteFluent.removeFromMatch(L4MatchAttributes... items) |
TCPRouteFluent.MatchNested<A> |
TCPRouteFluent.setNewMatchLike(int index,
L4MatchAttributes item) |
A |
TCPRouteFluent.setToMatch(int index,
L4MatchAttributes item) |
A |
TCPRouteFluent.withMatch(L4MatchAttributes... match) |
| Modifier and Type | Method and Description |
|---|---|
A |
TCPRouteFluent.addAllToMatch(Collection<L4MatchAttributes> items) |
A |
TCPRouteFluent.removeAllFromMatch(Collection<L4MatchAttributes> items) |
void |
TCPRoute.setMatch(List<L4MatchAttributes> match) |
A |
TCPRouteFluent.withMatch(List<L4MatchAttributes> match) |
| Constructor and Description |
|---|
L4MatchAttributesBuilder(L4MatchAttributes instance) |
L4MatchAttributesBuilder(L4MatchAttributesFluent<?> fluent,
L4MatchAttributes instance) |
L4MatchAttributesFluent(L4MatchAttributes instance) |
| Constructor and Description |
|---|
TCPRoute(List<L4MatchAttributes> match,
List<RouteDestination> route) |
Copyright © 2015–2023 Red Hat. All rights reserved.