public class V1beta1IngressSpecFluentImpl<A extends V1beta1IngressSpecFluent<A>> extends BaseFluent<A> implements V1beta1IngressSpecFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1beta1IngressSpecFluentImpl.BackendNestedImpl<N> |
class |
V1beta1IngressSpecFluentImpl.RulesNestedImpl<N> |
class |
V1beta1IngressSpecFluentImpl.TlsNestedImpl<N> |
V1beta1IngressSpecFluent.BackendNested<N>, V1beta1IngressSpecFluent.RulesNested<N>, V1beta1IngressSpecFluent.TlsNested<N>
_visitables
Constructor and Description |
---|
V1beta1IngressSpecFluentImpl() |
V1beta1IngressSpecFluentImpl(V1beta1IngressSpec instance) |
public V1beta1IngressSpecFluentImpl()
public V1beta1IngressSpecFluentImpl(V1beta1IngressSpec instance)
@Deprecated public V1beta1IngressBackend getBackend()
getBackend
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressBackend buildBackend()
buildBackend
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A withBackend(V1beta1IngressBackend backend)
withBackend
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public Boolean hasBackend()
hasBackend
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.BackendNested<A> withNewBackend()
withNewBackend
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.BackendNested<A> withNewBackendLike(V1beta1IngressBackend item)
withNewBackendLike
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.BackendNested<A> editBackend()
editBackend
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.BackendNested<A> editOrNewBackendLike(V1beta1IngressBackend item)
editOrNewBackendLike
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A addToRules(int index, V1beta1IngressRule item)
addToRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A setToRules(int index, V1beta1IngressRule item)
setToRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A addToRules(V1beta1IngressRule... items)
addToRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A addAllToRules(Collection<V1beta1IngressRule> items)
addAllToRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A removeFromRules(V1beta1IngressRule... items)
removeFromRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A removeAllFromRules(Collection<V1beta1IngressRule> items)
removeAllFromRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
@Deprecated public List<V1beta1IngressRule> getRules()
getRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public List<V1beta1IngressRule> buildRules()
buildRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressRule buildRule(int index)
buildRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressRule buildFirstRule()
buildFirstRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressRule buildLastRule()
buildLastRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressRule buildMatchingRule(Predicate<V1beta1IngressRuleBuilder> predicate)
buildMatchingRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A withRules(List<V1beta1IngressRule> rules)
withRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A withRules(V1beta1IngressRule... rules)
withRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public Boolean hasRules()
hasRules
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.RulesNested<A> addNewRule()
addNewRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.RulesNested<A> addNewRuleLike(V1beta1IngressRule item)
addNewRuleLike
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.RulesNested<A> setNewRuleLike(int index, V1beta1IngressRule item)
setNewRuleLike
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.RulesNested<A> editRule(int index)
editRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.RulesNested<A> editFirstRule()
editFirstRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.RulesNested<A> editLastRule()
editLastRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.RulesNested<A> editMatchingRule(Predicate<V1beta1IngressRuleBuilder> predicate)
editMatchingRule
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A addToTls(int index, V1beta1IngressTLS item)
addToTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A setToTls(int index, V1beta1IngressTLS item)
setToTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A addToTls(V1beta1IngressTLS... items)
addToTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A addAllToTls(Collection<V1beta1IngressTLS> items)
addAllToTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A removeFromTls(V1beta1IngressTLS... items)
removeFromTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A removeAllFromTls(Collection<V1beta1IngressTLS> items)
removeAllFromTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
@Deprecated public List<V1beta1IngressTLS> getTls()
getTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public List<V1beta1IngressTLS> buildTls()
buildTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressTLS buildTl(int index)
buildTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressTLS buildFirstTl()
buildFirstTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressTLS buildLastTl()
buildLastTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressTLS buildMatchingTl(Predicate<V1beta1IngressTLSBuilder> predicate)
buildMatchingTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A withTls(List<V1beta1IngressTLS> tls)
withTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public A withTls(V1beta1IngressTLS... tls)
withTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public Boolean hasTls()
hasTls
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.TlsNested<A> addNewTl()
addNewTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.TlsNested<A> addNewTlLike(V1beta1IngressTLS item)
addNewTlLike
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.TlsNested<A> setNewTlLike(int index, V1beta1IngressTLS item)
setNewTlLike
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.TlsNested<A> editTl(int index)
editTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.TlsNested<A> editFirstTl()
editFirstTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.TlsNested<A> editLastTl()
editLastTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
public V1beta1IngressSpecFluent.TlsNested<A> editMatchingTl(Predicate<V1beta1IngressTLSBuilder> predicate)
editMatchingTl
in interface V1beta1IngressSpecFluent<A extends V1beta1IngressSpecFluent<A>>
Copyright © 2018. All rights reserved.