Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRule
-
Packages that use IngressRule Package Description io.fabric8.kubernetes.api.model.networking.v1beta1 -
-
Uses of IngressRule in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return IngressRule Modifier and Type Method Description IngressRuleIngressRuleBuilder. build()IngressRuleIngressSpecFluent. buildFirstRule()IngressRuleIngressSpecFluent. buildLastRule()IngressRuleIngressSpecFluent. buildMatchingRule(Predicate<IngressRuleBuilder> predicate)IngressRuleIngressSpecFluent. buildRule(int index)Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return types with arguments of type IngressRule Modifier and Type Method Description List<IngressRule>IngressSpecFluent. buildRules()List<IngressRule>IngressSpec. getRules()A list of host rules used to configure the Ingress.Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressRule Modifier and Type Method Description IngressSpecFluent.RulesNested<A>IngressSpecFluent. addNewRuleLike(IngressRule item)AIngressSpecFluent. addToRules(int index, IngressRule item)AIngressSpecFluent. addToRules(IngressRule... items)protected voidIngressRuleFluent. copyInstance(IngressRule instance)AIngressSpecFluent. removeFromRules(IngressRule... items)IngressSpecFluent.RulesNested<A>IngressSpecFluent. setNewRuleLike(int index, IngressRule item)AIngressSpecFluent. setToRules(int index, IngressRule item)AIngressSpecFluent. withRules(IngressRule... rules)Method parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type IngressRule Modifier and Type Method Description AIngressSpecFluent. addAllToRules(Collection<IngressRule> items)AIngressSpecFluent. removeAllFromRules(Collection<IngressRule> items)voidIngressSpec. setRules(List<IngressRule> rules)A list of host rules used to configure the Ingress.AIngressSpecFluent. withRules(List<IngressRule> rules)Constructors in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressRule Constructor Description IngressRuleBuilder(IngressRule instance)IngressRuleBuilder(IngressRuleFluent<?> fluent, IngressRule instance)IngressRuleFluent(IngressRule instance)Constructor parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type IngressRule Constructor Description IngressSpec(IngressBackend backend, String ingressClassName, List<IngressRule> rules, List<IngressTLS> tls)
-