Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.UDPRouteRule
-
Packages that use UDPRouteRule Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of UDPRouteRule in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return UDPRouteRule Modifier and Type Method Description UDPRouteRuleUDPRouteRuleBuilder. build()UDPRouteRuleUDPRouteSpecFluent. buildFirstRule()UDPRouteRuleUDPRouteSpecFluent. buildLastRule()UDPRouteRuleUDPRouteSpecFluent. buildMatchingRule(Predicate<UDPRouteRuleBuilder> predicate)UDPRouteRuleUDPRouteSpecFluent. buildRule(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type UDPRouteRule Modifier and Type Method Description List<UDPRouteRule>UDPRouteSpecFluent. buildRules()List<UDPRouteRule>UDPRouteSpec. getRules()Rules are a list of UDP matchers and actions.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type UDPRouteRule Modifier and Type Method Description UDPRouteSpecFluent.RulesNested<A>UDPRouteSpecFluent. addNewRuleLike(UDPRouteRule item)AUDPRouteSpecFluent. addToRules(int index, UDPRouteRule item)AUDPRouteSpecFluent. addToRules(UDPRouteRule... items)protected voidUDPRouteRuleFluent. copyInstance(UDPRouteRule instance)AUDPRouteSpecFluent. removeFromRules(UDPRouteRule... items)UDPRouteSpecFluent.RulesNested<A>UDPRouteSpecFluent. setNewRuleLike(int index, UDPRouteRule item)AUDPRouteSpecFluent. setToRules(int index, UDPRouteRule item)AUDPRouteSpecFluent. withRules(UDPRouteRule... rules)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type UDPRouteRule Modifier and Type Method Description AUDPRouteSpecFluent. addAllToRules(Collection<UDPRouteRule> items)AUDPRouteSpecFluent. removeAllFromRules(Collection<UDPRouteRule> items)voidUDPRouteSpec. setRules(List<UDPRouteRule> rules)Rules are a list of UDP matchers and actions.AUDPRouteSpecFluent. withRules(List<UDPRouteRule> rules)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type UDPRouteRule Constructor Description UDPRouteRuleBuilder(UDPRouteRule instance)UDPRouteRuleBuilder(UDPRouteRuleFluent<?> fluent, UDPRouteRule instance)UDPRouteRuleFluent(UDPRouteRule instance)
-