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