| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
TLSMatchAttributes |
TLSMatchAttributesBuilder.build() |
TLSMatchAttributes |
TLSRouteFluent.buildFirstMatch() |
TLSMatchAttributes |
TLSRouteFluent.buildLastMatch() |
TLSMatchAttributes |
TLSRouteFluent.buildMatch(int index) |
TLSMatchAttributes |
TLSRouteFluent.buildMatchingMatch(Predicate<TLSMatchAttributesBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<TLSMatchAttributes> |
TLSRouteFluent.buildMatch() |
List<TLSMatchAttributes> |
TLSRoute.getMatch() |
| Modifier and Type | Method and Description |
|---|---|
TLSRouteFluent.MatchNested<A> |
TLSRouteFluent.addNewMatchLike(TLSMatchAttributes item) |
A |
TLSRouteFluent.addToMatch(int index,
TLSMatchAttributes item) |
A |
TLSRouteFluent.addToMatch(TLSMatchAttributes... items) |
A |
TLSRouteFluent.removeFromMatch(TLSMatchAttributes... items) |
TLSRouteFluent.MatchNested<A> |
TLSRouteFluent.setNewMatchLike(int index,
TLSMatchAttributes item) |
A |
TLSRouteFluent.setToMatch(int index,
TLSMatchAttributes item) |
A |
TLSRouteFluent.withMatch(TLSMatchAttributes... match) |
| Modifier and Type | Method and Description |
|---|---|
A |
TLSRouteFluent.addAllToMatch(Collection<TLSMatchAttributes> items) |
A |
TLSRouteFluent.removeAllFromMatch(Collection<TLSMatchAttributes> items) |
void |
TLSRoute.setMatch(List<TLSMatchAttributes> match) |
A |
TLSRouteFluent.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) |
TLSMatchAttributesFluent(TLSMatchAttributes instance) |
| Constructor and Description |
|---|
TLSRoute(List<TLSMatchAttributes> match,
List<RouteDestination> route) |
Copyright © 2015–2023 Red Hat. All rights reserved.