public class IngressRuleFluentImpl<T extends IngressRuleFluent<T>> extends BaseFluent<T> implements IngressRuleFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressRuleFluentImpl.HttpNestedImpl<N> |
IngressRuleFluent.HttpNested<N>_visitables| Constructor and Description |
|---|
IngressRuleFluentImpl() |
IngressRuleFluentImpl(IngressRule instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
IngressRuleFluent.HttpNested<T> |
editHttp() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
HTTPIngressRuleValue |
getHttp() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withHost(String host) |
T |
withHttp(HTTPIngressRuleValue http) |
IngressRuleFluent.HttpNested<T> |
withNewHttp() |
IngressRuleFluent.HttpNested<T> |
withNewHttpLike(HTTPIngressRuleValue item) |
public IngressRuleFluentImpl()
public IngressRuleFluentImpl(IngressRule instance)
public String getHost()
getHost in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public T withHost(String host)
withHost in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public HTTPIngressRuleValue getHttp()
getHttp in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public T withHttp(HTTPIngressRuleValue http)
withHttp in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public IngressRuleFluent.HttpNested<T> withNewHttp()
withNewHttp in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public IngressRuleFluent.HttpNested<T> withNewHttpLike(HTTPIngressRuleValue item)
withNewHttpLike in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public IngressRuleFluent.HttpNested<T> editHttp()
editHttp in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressRuleFluent<T extends IngressRuleFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressRuleFluent<T extends IngressRuleFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.