Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteMatch
-
Packages that use HTTPRouteMatch Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPRouteMatch in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPRouteMatch Modifier and Type Method Description HTTPRouteMatchHTTPRouteMatchBuilder. build()HTTPRouteMatchHTTPRouteRuleFluent. buildFirstMatch()HTTPRouteMatchHTTPRouteRuleFluent. buildLastMatch()HTTPRouteMatchHTTPRouteRuleFluent. buildMatch(int index)HTTPRouteMatchHTTPRouteRuleFluent. buildMatchingMatch(Predicate<HTTPRouteMatchBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type HTTPRouteMatch Modifier and Type Method Description List<HTTPRouteMatch>HTTPRouteRuleFluent. buildMatches()List<HTTPRouteMatch>HTTPRouteRule. getMatches()Matches define conditions used for matching the rule against incoming HTTP requests.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteMatch Modifier and Type Method Description HTTPRouteRuleFluent.MatchesNested<A>HTTPRouteRuleFluent. addNewMatchLike(HTTPRouteMatch item)AHTTPRouteRuleFluent. addToMatches(int index, HTTPRouteMatch item)AHTTPRouteRuleFluent. addToMatches(HTTPRouteMatch... items)protected voidHTTPRouteMatchFluent. copyInstance(HTTPRouteMatch instance)AHTTPRouteRuleFluent. removeFromMatches(HTTPRouteMatch... items)HTTPRouteRuleFluent.MatchesNested<A>HTTPRouteRuleFluent. setNewMatchLike(int index, HTTPRouteMatch item)AHTTPRouteRuleFluent. setToMatches(int index, HTTPRouteMatch item)AHTTPRouteRuleFluent. withMatches(HTTPRouteMatch... matches)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPRouteMatch Modifier and Type Method Description AHTTPRouteRuleFluent. addAllToMatches(Collection<HTTPRouteMatch> items)AHTTPRouteRuleFluent. removeAllFromMatches(Collection<HTTPRouteMatch> items)voidHTTPRouteRule. setMatches(List<HTTPRouteMatch> matches)Matches define conditions used for matching the rule against incoming HTTP requests.AHTTPRouteRuleFluent. withMatches(List<HTTPRouteMatch> matches)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteMatch Constructor Description HTTPRouteMatchBuilder(HTTPRouteMatch instance)HTTPRouteMatchBuilder(HTTPRouteMatchFluent<?> fluent, HTTPRouteMatch instance)HTTPRouteMatchFluent(HTTPRouteMatch instance)
-