| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
HTTPPathMatch |
HTTPPathMatchBuilder.build() |
HTTPPathMatch |
HTTPRouteMatchFluent.buildPath() |
HTTPPathMatch |
HTTPRouteMatch.getPath() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTTPPathMatchFluent.copyInstance(HTTPPathMatch instance) |
HTTPRouteMatchFluent.PathNested<A> |
HTTPRouteMatchFluent.editOrNewPathLike(HTTPPathMatch item) |
void |
HTTPRouteMatch.setPath(HTTPPathMatch path) |
HTTPRouteMatchFluent.PathNested<A> |
HTTPRouteMatchFluent.withNewPathLike(HTTPPathMatch item) |
A |
HTTPRouteMatchFluent.withPath(HTTPPathMatch path) |
| Constructor and Description |
|---|
HTTPPathMatchBuilder(HTTPPathMatch instance) |
HTTPPathMatchBuilder(HTTPPathMatchFluent<?> fluent,
HTTPPathMatch instance) |
HTTPPathMatchFluent(HTTPPathMatch instance) |
HTTPRouteMatch(List<HTTPHeaderMatch> headers,
String method,
HTTPPathMatch path,
List<HTTPQueryParamMatch> queryParams) |
Copyright © 2015–2023 Red Hat. All rights reserved.