public class IngressSpecFluentImpl<T extends IngressSpecFluent<T>> extends BaseFluent<T> implements IngressSpecFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressSpecFluentImpl.BackendNestedImpl<N> |
class |
IngressSpecFluentImpl.RulesNestedImpl<N> |
class |
IngressSpecFluentImpl.TlsNestedImpl<N> |
IngressSpecFluent.BackendNested<N>, IngressSpecFluent.RulesNested<N>, IngressSpecFluent.TlsNested<N>_visitables| Constructor and Description |
|---|
IngressSpecFluentImpl() |
IngressSpecFluentImpl(IngressSpec instance) |
public IngressSpecFluentImpl()
public IngressSpecFluentImpl(IngressSpec instance)
public IngressBackend getBackend()
getBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withBackend(IngressBackend backend)
withBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.BackendNested<T> withNewBackend()
withNewBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.BackendNested<T> withNewBackendLike(IngressBackend item)
withNewBackendLike in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.BackendNested<T> editBackend()
editBackend in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T addToRules(IngressRule... items)
addToRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T removeFromRules(IngressRule... items)
removeFromRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public List<IngressRule> getRules()
getRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withRules(List<IngressRule> rules)
withRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withRules(IngressRule... rules)
withRules in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.RulesNested<T> addNewRule()
addNewRule in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.RulesNested<T> addNewRuleLike(IngressRule item)
addNewRuleLike in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T addToTls(IngressTLS... items)
addToTls in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T removeFromTls(IngressTLS... items)
removeFromTls in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public List<IngressTLS> getTls()
getTls in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withTls(List<IngressTLS> tls)
withTls in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withTls(IngressTLS... tls)
withTls in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.TlsNested<T> addNewTl()
addNewTl in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public IngressSpecFluent.TlsNested<T> addNewTlLike(IngressTLS item)
addNewTlLike in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressSpecFluent<T extends IngressSpecFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.