| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
L4MatchAttributes |
L4MatchAttributesBuilder.build() |
L4MatchAttributes |
TCPRouteFluentImpl.buildFirstMatch() |
L4MatchAttributes |
TCPRouteFluent.buildFirstMatch() |
L4MatchAttributes |
TCPRouteFluentImpl.buildLastMatch() |
L4MatchAttributes |
TCPRouteFluent.buildLastMatch() |
L4MatchAttributes |
TCPRouteFluentImpl.buildMatch(Integer index) |
L4MatchAttributes |
TCPRouteFluent.buildMatch(Integer index) |
L4MatchAttributes |
TCPRouteFluentImpl.buildMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate) |
L4MatchAttributes |
TCPRouteFluent.buildMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<L4MatchAttributes> |
TCPRouteFluentImpl.buildMatch() |
List<L4MatchAttributes> |
TCPRouteFluent.buildMatch() |
List<L4MatchAttributes> |
TCPRouteFluentImpl.getMatch()
Deprecated.
|
List<L4MatchAttributes> |
TCPRouteFluent.getMatch()
Deprecated.
|
List<L4MatchAttributes> |
TCPRoute.getMatch() |
| Modifier and Type | Method and Description |
|---|---|
A |
TCPRouteFluentImpl.addAllToMatch(Collection<L4MatchAttributes> items) |
A |
TCPRouteFluent.addAllToMatch(Collection<L4MatchAttributes> items) |
A |
TCPRouteFluentImpl.removeAllFromMatch(Collection<L4MatchAttributes> items) |
A |
TCPRouteFluent.removeAllFromMatch(Collection<L4MatchAttributes> items) |
void |
TCPRoute.setMatch(List<L4MatchAttributes> match) |
A |
TCPRouteFluentImpl.withMatch(List<L4MatchAttributes> match) |
A |
TCPRouteFluent.withMatch(List<L4MatchAttributes> match) |
| Constructor and Description |
|---|
L4MatchAttributesBuilder(L4MatchAttributes instance) |
L4MatchAttributesBuilder(L4MatchAttributes instance,
Boolean validationEnabled) |
L4MatchAttributesBuilder(L4MatchAttributesFluent<?> fluent,
L4MatchAttributes instance) |
L4MatchAttributesBuilder(L4MatchAttributesFluent<?> fluent,
L4MatchAttributes instance,
Boolean validationEnabled) |
L4MatchAttributesFluentImpl(L4MatchAttributes instance) |
| Constructor and Description |
|---|
TCPRoute(List<L4MatchAttributes> match,
List<RouteDestination> route) |
Copyright © 2015–2023 Red Hat. All rights reserved.