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.BackendNestedImpl<N> |
class |
IngressSpecFluentImpl.RulesNestedImpl<N> |
class |
IngressSpecFluentImpl.TlsNestedImpl<N> |
IngressSpecFluent.BackendNested<N>, IngressSpecFluent.RulesNested<N>, IngressSpecFluent.TlsNested<N>| Constructor and Description |
|---|
IngressSpecFluentImpl() |
IngressSpecFluentImpl(IngressSpec instance) |
public IngressSpecFluentImpl()
public IngressSpecFluentImpl(IngressSpec instance)
@Deprecated public IngressBackend getBackend()
getBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressBackend buildBackend()
buildBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public A withBackend(IngressBackend backend)
withBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public Boolean hasBackend()
hasBackend 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 IngressSpecFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend in interface IngressSpecFluent<A extends IngressSpecFluent<A>>public IngressSpecFluent.BackendNested<A> editOrNewBackendLike(IngressBackend item)
editOrNewBackendLike 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>>@Deprecated public A withNewIngressClassName(String arg0)
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(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(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(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(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(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(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(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(Predicate<IngressTLSBuilder> predicate)
editMatchingTl in interface IngressSpecFluent<A extends IngressSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.