Uses of Class
io.fabric8.kubernetes.api.model.extensions.HTTPIngressRuleValue
-
-
Uses of HTTPIngressRuleValue in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return HTTPIngressRuleValue Modifier and Type Method Description HTTPIngressRuleValueHTTPIngressRuleValueBuilder. build()HTTPIngressRuleValueIngressRuleFluent. buildHttp()HTTPIngressRuleValueIngressRule. getHttp()Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type HTTPIngressRuleValue Modifier and Type Method Description protected voidHTTPIngressRuleValueFluent. copyInstance(HTTPIngressRuleValue instance)IngressRuleFluent.HttpNested<A>IngressRuleFluent. editOrNewHttpLike(HTTPIngressRuleValue item)voidIngressRule. setHttp(HTTPIngressRuleValue http)AIngressRuleFluent. withHttp(HTTPIngressRuleValue http)IngressRuleFluent.HttpNested<A>IngressRuleFluent. withNewHttpLike(HTTPIngressRuleValue item)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type HTTPIngressRuleValue Constructor Description HTTPIngressRuleValueBuilder(HTTPIngressRuleValue instance)HTTPIngressRuleValueBuilder(HTTPIngressRuleValueFluent<?> fluent, HTTPIngressRuleValue instance)HTTPIngressRuleValueFluent(HTTPIngressRuleValue instance)IngressRule(String host, HTTPIngressRuleValue http)
-