Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressRuleValue
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.networking.v1beta1 |
-
Uses of HTTPIngressRuleValue in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return HTTPIngressRuleValue Modifier and Type Method Description HTTPIngressRuleValueHTTPIngressRuleValueBuilder. build()HTTPIngressRuleValueIngressRuleFluent. buildHttp()HTTPIngressRuleValueIngressRuleFluentImpl. buildHttp()HTTPIngressRuleValueDoneableHTTPIngressRuleValue. done()HTTPIngressRuleValueIngressRule. getHttp()HTTPIngressRuleValueIngressRuleFluent. getHttp()Deprecated.HTTPIngressRuleValueIngressRuleFluentImpl. getHttp()Deprecated.Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type HTTPIngressRuleValue Modifier and Type Method Description IngressRuleFluent.HttpNested<A>IngressRuleFluent. editOrNewHttpLike(HTTPIngressRuleValue item)IngressRuleFluent.HttpNested<A>IngressRuleFluentImpl. editOrNewHttpLike(HTTPIngressRuleValue item)voidIngressRule. setHttp(HTTPIngressRuleValue http)AIngressRuleFluent. withHttp(HTTPIngressRuleValue http)AIngressRuleFluentImpl. withHttp(HTTPIngressRuleValue http)IngressRuleFluent.HttpNested<A>IngressRuleFluent. withNewHttpLike(HTTPIngressRuleValue item)IngressRuleFluent.HttpNested<A>IngressRuleFluentImpl. withNewHttpLike(HTTPIngressRuleValue item)Constructors in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type HTTPIngressRuleValue Constructor Description DoneableHTTPIngressRuleValue(HTTPIngressRuleValue item)DoneableHTTPIngressRuleValue(HTTPIngressRuleValue item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressRuleValue,HTTPIngressRuleValue> function)HTTPIngressRuleValueBuilder(HTTPIngressRuleValue instance)HTTPIngressRuleValueBuilder(HTTPIngressRuleValueFluent<?> fluent, HTTPIngressRuleValue instance)HTTPIngressRuleValueBuilder(HTTPIngressRuleValueFluent<?> fluent, HTTPIngressRuleValue instance, Boolean validationEnabled)HTTPIngressRuleValueBuilder(HTTPIngressRuleValue instance, Boolean validationEnabled)HTTPIngressRuleValueFluentImpl(HTTPIngressRuleValue instance)IngressRule(String host, HTTPIngressRuleValue http)Constructor parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type HTTPIngressRuleValue Constructor Description DoneableHTTPIngressRuleValue(io.fabric8.kubernetes.api.builder.Function<HTTPIngressRuleValue,HTTPIngressRuleValue> function)DoneableHTTPIngressRuleValue(io.fabric8.kubernetes.api.builder.Function<HTTPIngressRuleValue,HTTPIngressRuleValue> function)DoneableHTTPIngressRuleValue(HTTPIngressRuleValue item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressRuleValue,HTTPIngressRuleValue> function)DoneableHTTPIngressRuleValue(HTTPIngressRuleValue item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressRuleValue,HTTPIngressRuleValue> function)