Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCRouteRule
-
Packages that use GRPCRouteRule Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GRPCRouteRule in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GRPCRouteRule Modifier and Type Method Description GRPCRouteRuleGRPCRouteRuleBuilder. build()GRPCRouteRuleGRPCRouteSpecFluent. buildFirstRule()GRPCRouteRuleGRPCRouteSpecFluent. buildLastRule()GRPCRouteRuleGRPCRouteSpecFluent. buildMatchingRule(Predicate<GRPCRouteRuleBuilder> predicate)GRPCRouteRuleGRPCRouteSpecFluent. buildRule(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type GRPCRouteRule Modifier and Type Method Description List<GRPCRouteRule>GRPCRouteSpecFluent. buildRules()List<GRPCRouteRule>GRPCRouteSpec. getRules()Rules are a list of GRPC matchers, filters and actions.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCRouteRule Modifier and Type Method Description GRPCRouteSpecFluent.RulesNested<A>GRPCRouteSpecFluent. addNewRuleLike(GRPCRouteRule item)AGRPCRouteSpecFluent. addToRules(int index, GRPCRouteRule item)AGRPCRouteSpecFluent. addToRules(GRPCRouteRule... items)protected voidGRPCRouteRuleFluent. copyInstance(GRPCRouteRule instance)AGRPCRouteSpecFluent. removeFromRules(GRPCRouteRule... items)GRPCRouteSpecFluent.RulesNested<A>GRPCRouteSpecFluent. setNewRuleLike(int index, GRPCRouteRule item)AGRPCRouteSpecFluent. setToRules(int index, GRPCRouteRule item)AGRPCRouteSpecFluent. withRules(GRPCRouteRule... rules)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type GRPCRouteRule Modifier and Type Method Description AGRPCRouteSpecFluent. addAllToRules(Collection<GRPCRouteRule> items)AGRPCRouteSpecFluent. removeAllFromRules(Collection<GRPCRouteRule> items)voidGRPCRouteSpec. setRules(List<GRPCRouteRule> rules)Rules are a list of GRPC matchers, filters and actions.AGRPCRouteSpecFluent. withRules(List<GRPCRouteRule> rules)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCRouteRule Constructor Description GRPCRouteRuleBuilder(GRPCRouteRule instance)GRPCRouteRuleBuilder(GRPCRouteRuleFluent<?> fluent, GRPCRouteRule instance)GRPCRouteRuleFluent(GRPCRouteRule instance)
-