public class V1IngressSpecFluentImpl<A extends V1IngressSpecFluent<A>> extends BaseFluent<A> implements V1IngressSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1IngressSpecFluentImpl.DefaultBackendNestedImpl<N> |
class |
V1IngressSpecFluentImpl.RulesNestedImpl<N> |
class |
V1IngressSpecFluentImpl.TlsNestedImpl<N> |
V1IngressSpecFluent.DefaultBackendNested<N>, V1IngressSpecFluent.RulesNested<N>, V1IngressSpecFluent.TlsNested<N>_visitables| Constructor and Description |
|---|
V1IngressSpecFluentImpl() |
V1IngressSpecFluentImpl(V1IngressSpec instance) |
public V1IngressSpecFluentImpl()
public V1IngressSpecFluentImpl(V1IngressSpec instance)
@Deprecated public V1IngressBackend getDefaultBackend()
getDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressBackend buildDefaultBackend()
buildDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withDefaultBackend(V1IngressBackend defaultBackend)
withDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public Boolean hasDefaultBackend()
hasDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.DefaultBackendNested<A> withNewDefaultBackend()
withNewDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.DefaultBackendNested<A> withNewDefaultBackendLike(V1IngressBackend item)
withNewDefaultBackendLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.DefaultBackendNested<A> editDefaultBackend()
editDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.DefaultBackendNested<A> editOrNewDefaultBackend()
editOrNewDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.DefaultBackendNested<A> editOrNewDefaultBackendLike(V1IngressBackend item)
editOrNewDefaultBackendLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public String getIngressClassName()
getIngressClassName in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withIngressClassName(String ingressClassName)
withIngressClassName in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public Boolean hasIngressClassName()
hasIngressClassName in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withNewIngressClassName(String arg1)
withNewIngressClassName in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withNewIngressClassName(StringBuilder arg1)
withNewIngressClassName in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withNewIngressClassName(StringBuffer arg1)
withNewIngressClassName in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addToRules(int index, V1IngressRule item)
addToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A setToRules(int index, V1IngressRule item)
setToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addToRules(V1IngressRule... items)
addToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addAllToRules(Collection<V1IngressRule> items)
addAllToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeFromRules(V1IngressRule... items)
removeFromRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeAllFromRules(Collection<V1IngressRule> items)
removeAllFromRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeMatchingFromRules(Predicate<V1IngressRuleBuilder> predicate)
removeMatchingFromRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>@Deprecated public List<V1IngressRule> getRules()
getRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public List<V1IngressRule> buildRules()
buildRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressRule buildRule(int index)
buildRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressRule buildFirstRule()
buildFirstRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressRule buildLastRule()
buildLastRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressRule buildMatchingRule(Predicate<V1IngressRuleBuilder> predicate)
buildMatchingRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public Boolean hasMatchingRule(Predicate<V1IngressRuleBuilder> predicate)
hasMatchingRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withRules(List<V1IngressRule> rules)
withRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withRules(V1IngressRule... rules)
withRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public Boolean hasRules()
hasRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> addNewRule()
addNewRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> addNewRuleLike(V1IngressRule item)
addNewRuleLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> setNewRuleLike(int index, V1IngressRule item)
setNewRuleLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> editRule(int index)
editRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> editFirstRule()
editFirstRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> editLastRule()
editLastRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> editMatchingRule(Predicate<V1IngressRuleBuilder> predicate)
editMatchingRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addToTls(int index, V1IngressTLS item)
addToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A setToTls(int index, V1IngressTLS item)
setToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addToTls(V1IngressTLS... items)
addToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addAllToTls(Collection<V1IngressTLS> items)
addAllToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeFromTls(V1IngressTLS... items)
removeFromTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeAllFromTls(Collection<V1IngressTLS> items)
removeAllFromTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeMatchingFromTls(Predicate<V1IngressTLSBuilder> predicate)
removeMatchingFromTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>@Deprecated public List<V1IngressTLS> getTls()
getTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public List<V1IngressTLS> buildTls()
buildTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressTLS buildTl(int index)
buildTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressTLS buildFirstTl()
buildFirstTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressTLS buildLastTl()
buildLastTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressTLS buildMatchingTl(Predicate<V1IngressTLSBuilder> predicate)
buildMatchingTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public Boolean hasMatchingTl(Predicate<V1IngressTLSBuilder> predicate)
hasMatchingTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withTls(List<V1IngressTLS> tls)
withTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withTls(V1IngressTLS... tls)
withTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public Boolean hasTls()
hasTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> addNewTl()
addNewTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> addNewTlLike(V1IngressTLS item)
addNewTlLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> setNewTlLike(int index, V1IngressTLS item)
setNewTlLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> editTl(int index)
editTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> editFirstTl()
editFirstTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> editLastTl()
editLastTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> editMatchingTl(Predicate<V1IngressTLSBuilder> predicate)
editMatchingTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>Copyright © 2021. All rights reserved.