| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
HTTPRouteMatch |
HTTPRouteMatchBuilder.build() |
HTTPRouteMatch |
HTTPRouteRuleFluent.buildFirstMatch() |
HTTPRouteMatch |
HTTPRouteRuleFluent.buildLastMatch() |
HTTPRouteMatch |
HTTPRouteRuleFluent.buildMatch(int index) |
HTTPRouteMatch |
HTTPRouteRuleFluent.buildMatchingMatch(Predicate<HTTPRouteMatchBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<HTTPRouteMatch> |
HTTPRouteRuleFluent.buildMatches() |
List<HTTPRouteMatch> |
HTTPRouteRule.getMatches() |
| Modifier and Type | Method and Description |
|---|---|
HTTPRouteRuleFluent.MatchesNested<A> |
HTTPRouteRuleFluent.addNewMatchLike(HTTPRouteMatch item) |
A |
HTTPRouteRuleFluent.addToMatches(HTTPRouteMatch... items) |
A |
HTTPRouteRuleFluent.addToMatches(int index,
HTTPRouteMatch item) |
protected void |
HTTPRouteMatchFluent.copyInstance(HTTPRouteMatch instance) |
A |
HTTPRouteRuleFluent.removeFromMatches(HTTPRouteMatch... items) |
HTTPRouteRuleFluent.MatchesNested<A> |
HTTPRouteRuleFluent.setNewMatchLike(int index,
HTTPRouteMatch item) |
A |
HTTPRouteRuleFluent.setToMatches(int index,
HTTPRouteMatch item) |
A |
HTTPRouteRuleFluent.withMatches(HTTPRouteMatch... matches) |
| Modifier and Type | Method and Description |
|---|---|
A |
HTTPRouteRuleFluent.addAllToMatches(Collection<HTTPRouteMatch> items) |
A |
HTTPRouteRuleFluent.removeAllFromMatches(Collection<HTTPRouteMatch> items) |
void |
HTTPRouteRule.setMatches(List<HTTPRouteMatch> matches) |
A |
HTTPRouteRuleFluent.withMatches(List<HTTPRouteMatch> matches) |
| Constructor and Description |
|---|
HTTPRouteMatchBuilder(HTTPRouteMatch instance) |
HTTPRouteMatchBuilder(HTTPRouteMatchFluent<?> fluent,
HTTPRouteMatch instance) |
HTTPRouteMatchFluent(HTTPRouteMatch instance) |
| Constructor and Description |
|---|
HTTPRouteRule(List<HTTPBackendRef> backendRefs,
List<HTTPRouteFilter> filters,
List<HTTPRouteMatch> matches) |
Copyright © 2015–2023 Red Hat. All rights reserved.