Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteRule
-
Packages that use HTTPRouteRule Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPRouteRule in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPRouteRule Modifier and Type Method Description HTTPRouteRuleHTTPRouteRuleBuilder. build()HTTPRouteRuleHTTPRouteSpecFluent. buildFirstRule()HTTPRouteRuleHTTPRouteSpecFluent. buildLastRule()HTTPRouteRuleHTTPRouteSpecFluent. buildMatchingRule(Predicate<HTTPRouteRuleBuilder> predicate)HTTPRouteRuleHTTPRouteSpecFluent. buildRule(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type HTTPRouteRule Modifier and Type Method Description List<HTTPRouteRule>HTTPRouteSpecFluent. buildRules()List<HTTPRouteRule>HTTPRouteSpec. getRules()Rules are a list of HTTP matchers, filters and actions.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteRule Modifier and Type Method Description HTTPRouteSpecFluent.RulesNested<A>HTTPRouteSpecFluent. addNewRuleLike(HTTPRouteRule item)AHTTPRouteSpecFluent. addToRules(int index, HTTPRouteRule item)AHTTPRouteSpecFluent. addToRules(HTTPRouteRule... items)protected voidHTTPRouteRuleFluent. copyInstance(HTTPRouteRule instance)AHTTPRouteSpecFluent. removeFromRules(HTTPRouteRule... items)HTTPRouteSpecFluent.RulesNested<A>HTTPRouteSpecFluent. setNewRuleLike(int index, HTTPRouteRule item)AHTTPRouteSpecFluent. setToRules(int index, HTTPRouteRule item)AHTTPRouteSpecFluent. withRules(HTTPRouteRule... rules)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPRouteRule Modifier and Type Method Description AHTTPRouteSpecFluent. addAllToRules(Collection<HTTPRouteRule> items)AHTTPRouteSpecFluent. removeAllFromRules(Collection<HTTPRouteRule> items)voidHTTPRouteSpec. setRules(List<HTTPRouteRule> rules)Rules are a list of HTTP matchers, filters and actions.AHTTPRouteSpecFluent. withRules(List<HTTPRouteRule> rules)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteRule Constructor Description HTTPRouteRuleBuilder(HTTPRouteRule instance)HTTPRouteRuleBuilder(HTTPRouteRuleFluent<?> fluent, HTTPRouteRule instance)HTTPRouteRuleFluent(HTTPRouteRule instance)
-