Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCRouteMatch
-
Packages that use GRPCRouteMatch Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GRPCRouteMatch in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GRPCRouteMatch Modifier and Type Method Description GRPCRouteMatchGRPCRouteMatchBuilder. build()GRPCRouteMatchGRPCRouteRuleFluent. buildFirstMatch()GRPCRouteMatchGRPCRouteRuleFluent. buildLastMatch()GRPCRouteMatchGRPCRouteRuleFluent. buildMatch(int index)GRPCRouteMatchGRPCRouteRuleFluent. buildMatchingMatch(Predicate<GRPCRouteMatchBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type GRPCRouteMatch Modifier and Type Method Description List<GRPCRouteMatch>GRPCRouteRuleFluent. buildMatches()List<GRPCRouteMatch>GRPCRouteRule. getMatches()Matches define conditions used for matching the rule against incoming gRPC requests.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCRouteMatch Modifier and Type Method Description GRPCRouteRuleFluent.MatchesNested<A>GRPCRouteRuleFluent. addNewMatchLike(GRPCRouteMatch item)AGRPCRouteRuleFluent. addToMatches(int index, GRPCRouteMatch item)AGRPCRouteRuleFluent. addToMatches(GRPCRouteMatch... items)protected voidGRPCRouteMatchFluent. copyInstance(GRPCRouteMatch instance)AGRPCRouteRuleFluent. removeFromMatches(GRPCRouteMatch... items)GRPCRouteRuleFluent.MatchesNested<A>GRPCRouteRuleFluent. setNewMatchLike(int index, GRPCRouteMatch item)AGRPCRouteRuleFluent. setToMatches(int index, GRPCRouteMatch item)AGRPCRouteRuleFluent. withMatches(GRPCRouteMatch... matches)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type GRPCRouteMatch Modifier and Type Method Description AGRPCRouteRuleFluent. addAllToMatches(Collection<GRPCRouteMatch> items)AGRPCRouteRuleFluent. removeAllFromMatches(Collection<GRPCRouteMatch> items)voidGRPCRouteRule. setMatches(List<GRPCRouteMatch> matches)Matches define conditions used for matching the rule against incoming gRPC requests.AGRPCRouteRuleFluent. withMatches(List<GRPCRouteMatch> matches)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCRouteMatch Constructor Description GRPCRouteMatchBuilder(GRPCRouteMatch instance)GRPCRouteMatchBuilder(GRPCRouteMatchFluent<?> fluent, GRPCRouteMatch instance)GRPCRouteMatchFluent(GRPCRouteMatch instance)
-