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