public class IngressSpecFluentImpl<A extends IngressSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressSpecFluentImpl.DefaultBackendNestedImpl<N> |
class |
IngressSpecFluentImpl.RulesNestedImpl<N> |
class |
IngressSpecFluentImpl.TlsNestedImpl<N> |
IngressSpecFluent.DefaultBackendNested<N>, IngressSpecFluent.RulesNested<N>, IngressSpecFluent.TlsNested<N>| Constructor and Description |
|---|
IngressSpecFluentImpl() |
IngressSpecFluentImpl(IngressSpec instance) |
public IngressSpecFluentImpl()
public IngressSpecFluentImpl(IngressSpec instance)
@Deprecated public IngressBackend getDefaultBackend()
getDefaultBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressBackend buildDefaultBackend()
buildDefaultBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withDefaultBackend(IngressBackend defaultBackend)
withDefaultBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasDefaultBackend()
hasDefaultBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.DefaultBackendNested<A> withNewDefaultBackend()
withNewDefaultBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.DefaultBackendNested<A> withNewDefaultBackendLike(IngressBackend item)
withNewDefaultBackendLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.DefaultBackendNested<A> editDefaultBackend()
editDefaultBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.DefaultBackendNested<A> editOrNewDefaultBackend()
editOrNewDefaultBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.DefaultBackendNested<A> editOrNewDefaultBackendLike(IngressBackend item)
editOrNewDefaultBackendLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public String getIngressClassName()
getIngressClassName in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withIngressClassName(String ingressClassName)
withIngressClassName in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasIngressClassName()
hasIngressClassName in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withNewIngressClassName(String arg1)
withNewIngressClassName in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withNewIngressClassName(StringBuilder arg1)
withNewIngressClassName in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withNewIngressClassName(StringBuffer arg1)
withNewIngressClassName in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToRules(int index, IngressRule item)
addToRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A setToRules(int index, IngressRule item)
setToRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToRules(IngressRule... items)
addToRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addAllToRules(Collection<IngressRule> items)
addAllToRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeFromRules(IngressRule... items)
removeFromRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeAllFromRules(Collection<IngressRule> items)
removeAllFromRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeMatchingFromRules(io.fabric8.kubernetes.api.builder.Predicate<IngressRuleBuilder> predicate)
removeMatchingFromRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>@Deprecated public List<IngressRule> getRules()
getRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public List<IngressRule> buildRules()
buildRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressRule buildRule(int index)
buildRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressRule buildFirstRule()
buildFirstRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressRule buildLastRule()
buildLastRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressRule buildMatchingRule(io.fabric8.kubernetes.api.builder.Predicate<IngressRuleBuilder> predicate)
buildMatchingRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasMatchingRule(io.fabric8.kubernetes.api.builder.Predicate<IngressRuleBuilder> predicate)
hasMatchingRule 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 Boolean hasRules()
hasRules 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 IngressSpecFluent.RulesNested<A> setNewRuleLike(int index, IngressRule item)
setNewRuleLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.RulesNested<A> editRule(int index)
editRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.RulesNested<A> editFirstRule()
editFirstRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.RulesNested<A> editLastRule()
editLastRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.RulesNested<A> editMatchingRule(io.fabric8.kubernetes.api.builder.Predicate<IngressRuleBuilder> predicate)
editMatchingRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToTls(int index, IngressTLS item)
addToTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A setToTls(int index, IngressTLS item)
setToTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToTls(IngressTLS... items)
addToTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addAllToTls(Collection<IngressTLS> items)
addAllToTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeFromTls(IngressTLS... items)
removeFromTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeAllFromTls(Collection<IngressTLS> items)
removeAllFromTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeMatchingFromTls(io.fabric8.kubernetes.api.builder.Predicate<IngressTLSBuilder> predicate)
removeMatchingFromTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>@Deprecated public List<IngressTLS> getTls()
getTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public List<IngressTLS> buildTls()
buildTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressTLS buildTl(int index)
buildTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressTLS buildFirstTl()
buildFirstTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressTLS buildLastTl()
buildLastTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressTLS buildMatchingTl(io.fabric8.kubernetes.api.builder.Predicate<IngressTLSBuilder> predicate)
buildMatchingTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasMatchingTl(io.fabric8.kubernetes.api.builder.Predicate<IngressTLSBuilder> predicate)
hasMatchingTl 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 Boolean hasTls()
hasTls 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>>public IngressSpecFluent.TlsNested<A> setNewTlLike(int index, IngressTLS item)
setNewTlLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.TlsNested<A> editTl(int index)
editTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.TlsNested<A> editFirstTl()
editFirstTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.TlsNested<A> editLastTl()
editLastTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.TlsNested<A> editMatchingTl(io.fabric8.kubernetes.api.builder.Predicate<IngressTLSBuilder> predicate)
editMatchingTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.