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 HTTPQueryParamMatch
HTTPQueryParamMatchBuilder. build()
HTTPQueryParamMatch
HTTPRouteMatchFluent. buildFirstQueryParam()
HTTPQueryParamMatch
HTTPRouteMatchFluent. buildLastQueryParam()
HTTPQueryParamMatch
HTTPRouteMatchFluent. buildMatchingQueryParam(Predicate<HTTPQueryParamMatchBuilder> predicate)
HTTPQueryParamMatch
HTTPRouteMatchFluent. 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)
A
HTTPRouteMatchFluent. addToQueryParams(int index, HTTPQueryParamMatch item)
A
HTTPRouteMatchFluent. addToQueryParams(HTTPQueryParamMatch... items)
protected void
HTTPQueryParamMatchFluent. copyInstance(HTTPQueryParamMatch instance)
A
HTTPRouteMatchFluent. removeFromQueryParams(HTTPQueryParamMatch... items)
HTTPRouteMatchFluent.QueryParamsNested<A>
HTTPRouteMatchFluent. setNewQueryParamLike(int index, HTTPQueryParamMatch item)
A
HTTPRouteMatchFluent. setToQueryParams(int index, HTTPQueryParamMatch item)
A
HTTPRouteMatchFluent. withQueryParams(HTTPQueryParamMatch... queryParams)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPQueryParamMatch Modifier and Type Method Description A
HTTPRouteMatchFluent. addAllToQueryParams(Collection<HTTPQueryParamMatch> items)
A
HTTPRouteMatchFluent. removeAllFromQueryParams(Collection<HTTPQueryParamMatch> items)
void
HTTPRouteMatch. setQueryParams(List<HTTPQueryParamMatch> queryParams)
QueryParams specifies HTTP query parameter matchers.A
HTTPRouteMatchFluent. 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)
-