Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.TCPRouteRule
-
Packages that use TCPRouteRule Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of TCPRouteRule in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return TCPRouteRule Modifier and Type Method Description TCPRouteRuleTCPRouteRuleBuilder. build()TCPRouteRuleTCPRouteSpecFluent. buildFirstRule()TCPRouteRuleTCPRouteSpecFluent. buildLastRule()TCPRouteRuleTCPRouteSpecFluent. buildMatchingRule(Predicate<TCPRouteRuleBuilder> predicate)TCPRouteRuleTCPRouteSpecFluent. buildRule(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type TCPRouteRule Modifier and Type Method Description List<TCPRouteRule>TCPRouteSpecFluent. buildRules()List<TCPRouteRule>TCPRouteSpec. getRules()Rules are a list of TCP matchers and actions.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TCPRouteRule Modifier and Type Method Description TCPRouteSpecFluent.RulesNested<A>TCPRouteSpecFluent. addNewRuleLike(TCPRouteRule item)ATCPRouteSpecFluent. addToRules(int index, TCPRouteRule item)ATCPRouteSpecFluent. addToRules(TCPRouteRule... items)protected voidTCPRouteRuleFluent. copyInstance(TCPRouteRule instance)ATCPRouteSpecFluent. removeFromRules(TCPRouteRule... items)TCPRouteSpecFluent.RulesNested<A>TCPRouteSpecFluent. setNewRuleLike(int index, TCPRouteRule item)ATCPRouteSpecFluent. setToRules(int index, TCPRouteRule item)ATCPRouteSpecFluent. withRules(TCPRouteRule... rules)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type TCPRouteRule Modifier and Type Method Description ATCPRouteSpecFluent. addAllToRules(Collection<TCPRouteRule> items)ATCPRouteSpecFluent. removeAllFromRules(Collection<TCPRouteRule> items)voidTCPRouteSpec. setRules(List<TCPRouteRule> rules)Rules are a list of TCP matchers and actions.ATCPRouteSpecFluent. withRules(List<TCPRouteRule> rules)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TCPRouteRule Constructor Description TCPRouteRuleBuilder(TCPRouteRule instance)TCPRouteRuleBuilder(TCPRouteRuleFluent<?> fluent, TCPRouteRule instance)TCPRouteRuleFluent(TCPRouteRule instance)
-