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 HTTPPathMatchHTTPPathMatchBuilder. build()HTTPPathMatchHTTPRouteMatchFluent. buildPath()HTTPPathMatchHTTPRouteMatch. 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 voidHTTPPathMatchFluent. copyInstance(HTTPPathMatch instance)HTTPRouteMatchFluent.PathNested<A>HTTPRouteMatchFluent. editOrNewPathLike(HTTPPathMatch item)voidHTTPRouteMatch. setPath(HTTPPathMatch path)HTTPRouteMatch defines the predicate used to match requests to a given action.HTTPRouteMatchFluent.PathNested<A>HTTPRouteMatchFluent. withNewPathLike(HTTPPathMatch item)AHTTPRouteMatchFluent. 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)
-