Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPQueryParamMatch
-
Packages that use HTTPQueryParamMatch Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPQueryParamMatch in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPQueryParamMatch Modifier and Type Method Description HTTPQueryParamMatchHTTPQueryParamMatchBuilder. build()HTTPQueryParamMatchHTTPRouteMatchFluent. buildFirstQueryParam()HTTPQueryParamMatchHTTPRouteMatchFluent. buildLastQueryParam()HTTPQueryParamMatchHTTPRouteMatchFluent. buildMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate)HTTPQueryParamMatchHTTPRouteMatchFluent. buildQueryParam(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type HTTPQueryParamMatch Modifier and Type Method Description List<HTTPQueryParamMatch>HTTPRouteMatchFluent. buildQueryParams()List<HTTPQueryParamMatch>HTTPRouteMatch. getQueryParams()QueryParams specifies HTTP query parameter matchers.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPQueryParamMatch Modifier and Type Method Description HTTPRouteMatchFluent.QueryParamsNested<A>HTTPRouteMatchFluent. addNewQueryParamLike(HTTPQueryParamMatch item)AHTTPRouteMatchFluent. addToQueryParams(int index, HTTPQueryParamMatch item)AHTTPRouteMatchFluent. addToQueryParams(HTTPQueryParamMatch... items)protected voidHTTPQueryParamMatchFluent. copyInstance(HTTPQueryParamMatch instance)AHTTPRouteMatchFluent. removeFromQueryParams(HTTPQueryParamMatch... items)HTTPRouteMatchFluent.QueryParamsNested<A>HTTPRouteMatchFluent. setNewQueryParamLike(int index, HTTPQueryParamMatch item)AHTTPRouteMatchFluent. setToQueryParams(int index, HTTPQueryParamMatch item)AHTTPRouteMatchFluent. withQueryParams(HTTPQueryParamMatch... queryParams)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPQueryParamMatch Modifier and Type Method Description AHTTPRouteMatchFluent. addAllToQueryParams(Collection<HTTPQueryParamMatch> items)AHTTPRouteMatchFluent. removeAllFromQueryParams(Collection<HTTPQueryParamMatch> items)voidHTTPRouteMatch. setQueryParams(List<HTTPQueryParamMatch> queryParams)QueryParams specifies HTTP query parameter matchers.AHTTPRouteMatchFluent. withQueryParams(List<HTTPQueryParamMatch> queryParams)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPQueryParamMatch Constructor Description HTTPQueryParamMatchBuilder(HTTPQueryParamMatch instance)HTTPQueryParamMatchBuilder(HTTPQueryParamMatchFluent<?> fluent, HTTPQueryParamMatch instance)HTTPQueryParamMatchFluent(HTTPQueryParamMatch instance)
-