Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.TLSRouteRule
-
Packages that use TLSRouteRule Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of TLSRouteRule in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return TLSRouteRule Modifier and Type Method Description TLSRouteRuleTLSRouteRuleBuilder. build()TLSRouteRuleTLSRouteSpecFluent. buildFirstRule()TLSRouteRuleTLSRouteSpecFluent. buildLastRule()TLSRouteRuleTLSRouteSpecFluent. buildMatchingRule(Predicate<TLSRouteRuleBuilder> predicate)TLSRouteRuleTLSRouteSpecFluent. buildRule(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type TLSRouteRule Modifier and Type Method Description List<TLSRouteRule>TLSRouteSpecFluent. buildRules()List<TLSRouteRule>TLSRouteSpec. getRules()Rules are a list of TLS matchers and actions.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TLSRouteRule Modifier and Type Method Description TLSRouteSpecFluent.RulesNested<A>TLSRouteSpecFluent. addNewRuleLike(TLSRouteRule item)ATLSRouteSpecFluent. addToRules(int index, TLSRouteRule item)ATLSRouteSpecFluent. addToRules(TLSRouteRule... items)protected voidTLSRouteRuleFluent. copyInstance(TLSRouteRule instance)ATLSRouteSpecFluent. removeFromRules(TLSRouteRule... items)TLSRouteSpecFluent.RulesNested<A>TLSRouteSpecFluent. setNewRuleLike(int index, TLSRouteRule item)ATLSRouteSpecFluent. setToRules(int index, TLSRouteRule item)ATLSRouteSpecFluent. withRules(TLSRouteRule... rules)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type TLSRouteRule Modifier and Type Method Description ATLSRouteSpecFluent. addAllToRules(Collection<TLSRouteRule> items)ATLSRouteSpecFluent. removeAllFromRules(Collection<TLSRouteRule> items)voidTLSRouteSpec. setRules(List<TLSRouteRule> rules)Rules are a list of TLS matchers and actions.ATLSRouteSpecFluent. withRules(List<TLSRouteRule> rules)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TLSRouteRule Constructor Description TLSRouteRuleBuilder(TLSRouteRule instance)TLSRouteRuleBuilder(TLSRouteRuleFluent<?> fluent, TLSRouteRule instance)TLSRouteRuleFluent(TLSRouteRule instance)
-