public class IngressSpecFluentImpl<A extends IngressSpecFluent<A>> extends BaseFluent<A> implements IngressSpecFluent<A>
| 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<A extends IngressSpecFluent<A>>public A withBackend(IngressBackend backend)
withBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.BackendNested<A> withNewBackend()
withNewBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.BackendNested<A> withNewBackendLike(IngressBackend item)
withNewBackendLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.BackendNested<A> editBackend()
editBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.BackendNested<A> editOrNewBackendLike(IngressBackend item)
editOrNewBackendLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToRules(IngressRule... items)
addToRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeFromRules(IngressRule... items)
removeFromRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public List<IngressRule> getRules()
getRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withRules(List<IngressRule> rules)
withRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withRules(IngressRule... rules)
withRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.RulesNested<A> addNewRule()
addNewRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.RulesNested<A> addNewRuleLike(IngressRule item)
addNewRuleLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToTls(IngressTLS... items)
addToTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeFromTls(IngressTLS... items)
removeFromTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public List<IngressTLS> getTls()
getTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withTls(List<IngressTLS> tls)
withTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withTls(IngressTLS... tls)
withTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.TlsNested<A> addNewTl()
addNewTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.TlsNested<A> addNewTlLike(IngressTLS item)
addNewTlLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.