Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteMatchBuilder
-
Packages that use HTTPRouteMatchBuilder Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPRouteMatchBuilder in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPRouteMatchBuilder Modifier and Type Method Description HTTPRouteMatchBuilder
HTTPRouteMatch. edit()
HTTPRouteMatchBuilder
HTTPRouteMatch. toBuilder()
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPRouteMatchBuilder Modifier and Type Method Description HTTPRouteMatch
HTTPRouteRuleFluent. buildMatchingMatch(Predicate<HTTPRouteMatchBuilder> predicate)
HTTPRouteRuleFluent.MatchesNested<A>
HTTPRouteRuleFluent. editMatchingMatch(Predicate<HTTPRouteMatchBuilder> predicate)
boolean
HTTPRouteRuleFluent. hasMatchingMatch(Predicate<HTTPRouteMatchBuilder> predicate)
A
HTTPRouteRuleFluent. removeMatchingFromMatches(Predicate<HTTPRouteMatchBuilder> predicate)
-