| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
HTTPQueryParamMatch |
HTTPQueryParamMatchBuilder.build() |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildFirstQueryParam() |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildLastQueryParam() |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate) |
HTTPQueryParamMatch |
HTTPRouteMatchFluent.buildQueryParam(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<HTTPQueryParamMatch> |
HTTPRouteMatchFluent.buildQueryParams() |
List<HTTPQueryParamMatch> |
HTTPRouteMatch.getQueryParams() |
| Modifier and Type | Method and Description |
|---|---|
HTTPRouteMatchFluent.QueryParamsNested<A> |
HTTPRouteMatchFluent.addNewQueryParamLike(HTTPQueryParamMatch item) |
A |
HTTPRouteMatchFluent.addToQueryParams(HTTPQueryParamMatch... items) |
A |
HTTPRouteMatchFluent.addToQueryParams(int index,
HTTPQueryParamMatch item) |
protected void |
HTTPQueryParamMatchFluent.copyInstance(HTTPQueryParamMatch instance) |
A |
HTTPRouteMatchFluent.removeFromQueryParams(HTTPQueryParamMatch... items) |
HTTPRouteMatchFluent.QueryParamsNested<A> |
HTTPRouteMatchFluent.setNewQueryParamLike(int index,
HTTPQueryParamMatch item) |
A |
HTTPRouteMatchFluent.setToQueryParams(int index,
HTTPQueryParamMatch item) |
A |
HTTPRouteMatchFluent.withQueryParams(HTTPQueryParamMatch... queryParams) |
| Modifier and Type | Method and Description |
|---|---|
A |
HTTPRouteMatchFluent.addAllToQueryParams(Collection<HTTPQueryParamMatch> items) |
A |
HTTPRouteMatchFluent.removeAllFromQueryParams(Collection<HTTPQueryParamMatch> items) |
void |
HTTPRouteMatch.setQueryParams(List<HTTPQueryParamMatch> queryParams) |
A |
HTTPRouteMatchFluent.withQueryParams(List<HTTPQueryParamMatch> queryParams) |
| Constructor and Description |
|---|
HTTPQueryParamMatchBuilder(HTTPQueryParamMatch instance) |
HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent,
HTTPQueryParamMatch instance) |
HTTPQueryParamMatchFluent(HTTPQueryParamMatch instance) |
| Constructor and Description |
|---|
HTTPRouteMatch(List<HTTPHeaderMatch> headers,
String method,
HTTPPathMatch path,
List<HTTPQueryParamMatch> queryParams) |
Copyright © 2015–2023 Red Hat. All rights reserved.