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>>@Deprecated public A withNewHost(String arg0)
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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IngressRuleFluent<A extends IngressRuleFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.