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) |
| Modifier and Type | Method and Description |
|---|---|
IngressSpecFluent.RulesNested<A> |
addNewRule() |
IngressSpecFluent.RulesNested<A> |
addNewRuleLike(IngressRule item) |
IngressSpecFluent.TlsNested<A> |
addNewTl() |
IngressSpecFluent.TlsNested<A> |
addNewTlLike(IngressTLS item) |
A |
addToRules(IngressRule... items) |
A |
addToTls(IngressTLS... items) |
IngressSpecFluent.BackendNested<A> |
editBackend() |
boolean |
equals(Object o) |
IngressBackend |
getBackend() |
List<IngressRule> |
getRules() |
List<IngressTLS> |
getTls() |
A |
removeFromRules(IngressRule... items) |
A |
removeFromTls(IngressTLS... items) |
A |
withBackend(IngressBackend backend) |
IngressSpecFluent.BackendNested<A> |
withNewBackend() |
IngressSpecFluent.BackendNested<A> |
withNewBackendLike(IngressBackend item) |
A |
withRules(IngressRule... rules) |
A |
withRules(List<IngressRule> rules) |
A |
withTls(IngressTLS... tls) |
A |
withTls(List<IngressTLS> tls) |
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 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.