public class IngressRuleFluentImpl<A extends IngressRuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressRuleFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressRuleFluentImpl.HttpNestedImpl<N> |
IngressRuleFluent.HttpNested<N>| Constructor and Description |
|---|
IngressRuleFluentImpl() |
IngressRuleFluentImpl(IngressRule instance) |
public IngressRuleFluentImpl()
public IngressRuleFluentImpl(IngressRule instance)
public String getHost()
getHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withHost(String host)
withHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasHost()
hasHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(StringBuilder arg1)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(int[] arg1, int arg2, int arg3)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(char[] arg1)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(StringBuffer arg1)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(byte[] arg1, int arg2)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(byte[] arg1)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(char[] arg1, int arg2, int arg3)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(byte[] arg1, int arg2, int arg3)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(byte[] arg1, int arg2, int arg3, int arg4)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withNewHost(String arg1)
withNewHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>@Deprecated public HTTPIngressRuleValue getHttp()
getHttp in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public HTTPIngressRuleValue buildHttp()
buildHttp in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withHttp(HTTPIngressRuleValue http)
withHttp in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasHttp()
hasHttp in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public IngressRuleFluent.HttpNested<A> withNewHttp()
withNewHttp in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public IngressRuleFluent.HttpNested<A> withNewHttpLike(HTTPIngressRuleValue item)
withNewHttpLike in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public IngressRuleFluent.HttpNested<A> editHttp()
editHttp in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public IngressRuleFluent.HttpNested<A> editOrNewHttp()
editOrNewHttp in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public IngressRuleFluent.HttpNested<A> editOrNewHttpLike(HTTPIngressRuleValue item)
editOrNewHttpLike in interface IngressRuleFluent<A extends IngressRuleFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.