Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPPathMatch
-
Packages that use HTTPPathMatch Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPPathMatch in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPPathMatch Modifier and Type Method Description HTTPPathMatch
HTTPPathMatchBuilder. build()
HTTPPathMatch
HTTPRouteMatchFluent. buildPath()
HTTPPathMatch
HTTPRouteMatch. getPath()
HTTPRouteMatch defines the predicate used to match requests to a given action.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPPathMatch Modifier and Type Method Description protected void
HTTPPathMatchFluent. copyInstance(HTTPPathMatch instance)
HTTPRouteMatchFluent.PathNested<A>
HTTPRouteMatchFluent. editOrNewPathLike(HTTPPathMatch item)
void
HTTPRouteMatch. setPath(HTTPPathMatch path)
HTTPRouteMatch defines the predicate used to match requests to a given action.HTTPRouteMatchFluent.PathNested<A>
HTTPRouteMatchFluent. withNewPathLike(HTTPPathMatch item)
A
HTTPRouteMatchFluent. withPath(HTTPPathMatch path)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPPathMatch Constructor Description HTTPPathMatchBuilder(HTTPPathMatch instance)
HTTPPathMatchBuilder(HTTPPathMatchFluent<?> fluent, HTTPPathMatch instance)
HTTPPathMatchFluent(HTTPPathMatch instance)
HTTPRouteMatch(List<HTTPHeaderMatch> headers, String method, HTTPPathMatch path, List<HTTPQueryParamMatch> queryParams)
-