public class IngressSpecFluentImpl<A extends IngressSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressSpecFluent<A>
IngressSpecFluent.DefaultBackendNested<N>, IngressSpecFluent.RulesNested<N>, IngressSpecFluent.TlsNested<N>| Constructor and Description |
|---|
IngressSpecFluentImpl() |
IngressSpecFluentImpl(IngressSpec instance) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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 addToRules(Integer index, IngressRule item)
addToRules in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A setToRules(Integer 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(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(Integer 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(Predicate<IngressRuleBuilder> predicate)
buildMatchingRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasMatchingRule(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(Integer index, IngressRule item)
setNewRuleLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.RulesNested<A> editRule(Integer 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(Predicate<IngressRuleBuilder> predicate)
editMatchingRule in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToTls(Integer index, IngressTLS item)
addToTls in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A setToTls(Integer 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(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(Integer 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(Predicate<IngressTLSBuilder> predicate)
buildMatchingTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasMatchingTl(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(Integer index, IngressTLS item)
setNewTlLike in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.TlsNested<A> editTl(Integer 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(Predicate<IngressTLSBuilder> predicate)
editMatchingTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.