public class V1IngressSpecFluentImpl<A extends V1IngressSpecFluent<A>> extends BaseFluent<A> implements V1IngressSpecFluent<A>
V1IngressSpecFluent.DefaultBackendNested<N>, V1IngressSpecFluent.RulesNested<N>, V1IngressSpecFluent.TlsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1IngressSpecFluentImpl() |
V1IngressSpecFluentImpl(io.kubernetes.client.openapi.models.V1IngressSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToRules(Collection<io.kubernetes.client.openapi.models.V1IngressRule> items) |
A |
addAllToTls(Collection<io.kubernetes.client.openapi.models.V1IngressTLS> items) |
V1IngressSpecFluent.RulesNested<A> |
addNewRule() |
V1IngressSpecFluent.RulesNested<A> |
addNewRuleLike(io.kubernetes.client.openapi.models.V1IngressRule item) |
V1IngressSpecFluent.TlsNested<A> |
addNewTl() |
V1IngressSpecFluent.TlsNested<A> |
addNewTlLike(io.kubernetes.client.openapi.models.V1IngressTLS item) |
A |
addToRules(Integer index,
io.kubernetes.client.openapi.models.V1IngressRule item) |
A |
addToRules(io.kubernetes.client.openapi.models.V1IngressRule... items) |
A |
addToTls(Integer index,
io.kubernetes.client.openapi.models.V1IngressTLS item) |
A |
addToTls(io.kubernetes.client.openapi.models.V1IngressTLS... items) |
io.kubernetes.client.openapi.models.V1IngressBackend |
buildDefaultBackend() |
io.kubernetes.client.openapi.models.V1IngressRule |
buildFirstRule() |
io.kubernetes.client.openapi.models.V1IngressTLS |
buildFirstTl() |
io.kubernetes.client.openapi.models.V1IngressRule |
buildLastRule() |
io.kubernetes.client.openapi.models.V1IngressTLS |
buildLastTl() |
io.kubernetes.client.openapi.models.V1IngressRule |
buildMatchingRule(Predicate<V1IngressRuleBuilder> predicate) |
io.kubernetes.client.openapi.models.V1IngressTLS |
buildMatchingTl(Predicate<V1IngressTLSBuilder> predicate) |
io.kubernetes.client.openapi.models.V1IngressRule |
buildRule(Integer index) |
List<io.kubernetes.client.openapi.models.V1IngressRule> |
buildRules() |
io.kubernetes.client.openapi.models.V1IngressTLS |
buildTl(Integer index) |
List<io.kubernetes.client.openapi.models.V1IngressTLS> |
buildTls() |
V1IngressSpecFluent.DefaultBackendNested<A> |
editDefaultBackend() |
V1IngressSpecFluent.RulesNested<A> |
editFirstRule() |
V1IngressSpecFluent.TlsNested<A> |
editFirstTl() |
V1IngressSpecFluent.RulesNested<A> |
editLastRule() |
V1IngressSpecFluent.TlsNested<A> |
editLastTl() |
V1IngressSpecFluent.RulesNested<A> |
editMatchingRule(Predicate<V1IngressRuleBuilder> predicate) |
V1IngressSpecFluent.TlsNested<A> |
editMatchingTl(Predicate<V1IngressTLSBuilder> predicate) |
V1IngressSpecFluent.DefaultBackendNested<A> |
editOrNewDefaultBackend() |
V1IngressSpecFluent.DefaultBackendNested<A> |
editOrNewDefaultBackendLike(io.kubernetes.client.openapi.models.V1IngressBackend item) |
V1IngressSpecFluent.RulesNested<A> |
editRule(Integer index) |
V1IngressSpecFluent.TlsNested<A> |
editTl(Integer index) |
boolean |
equals(Object o) |
io.kubernetes.client.openapi.models.V1IngressBackend |
getDefaultBackend()
Deprecated.
|
String |
getIngressClassName() |
List<io.kubernetes.client.openapi.models.V1IngressRule> |
getRules()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1IngressTLS> |
getTls()
Deprecated.
|
Boolean |
hasDefaultBackend() |
int |
hashCode() |
Boolean |
hasIngressClassName() |
Boolean |
hasMatchingRule(Predicate<V1IngressRuleBuilder> predicate) |
Boolean |
hasMatchingTl(Predicate<V1IngressTLSBuilder> predicate) |
Boolean |
hasRules() |
Boolean |
hasTls() |
A |
removeAllFromRules(Collection<io.kubernetes.client.openapi.models.V1IngressRule> items) |
A |
removeAllFromTls(Collection<io.kubernetes.client.openapi.models.V1IngressTLS> items) |
A |
removeFromRules(io.kubernetes.client.openapi.models.V1IngressRule... items) |
A |
removeFromTls(io.kubernetes.client.openapi.models.V1IngressTLS... items) |
A |
removeMatchingFromRules(Predicate<V1IngressRuleBuilder> predicate) |
A |
removeMatchingFromTls(Predicate<V1IngressTLSBuilder> predicate) |
V1IngressSpecFluent.RulesNested<A> |
setNewRuleLike(Integer index,
io.kubernetes.client.openapi.models.V1IngressRule item) |
V1IngressSpecFluent.TlsNested<A> |
setNewTlLike(Integer index,
io.kubernetes.client.openapi.models.V1IngressTLS item) |
A |
setToRules(Integer index,
io.kubernetes.client.openapi.models.V1IngressRule item) |
A |
setToTls(Integer index,
io.kubernetes.client.openapi.models.V1IngressTLS item) |
String |
toString() |
A |
withDefaultBackend(io.kubernetes.client.openapi.models.V1IngressBackend defaultBackend) |
A |
withIngressClassName(String ingressClassName) |
V1IngressSpecFluent.DefaultBackendNested<A> |
withNewDefaultBackend() |
V1IngressSpecFluent.DefaultBackendNested<A> |
withNewDefaultBackendLike(io.kubernetes.client.openapi.models.V1IngressBackend item) |
A |
withRules(List<io.kubernetes.client.openapi.models.V1IngressRule> rules) |
A |
withRules(io.kubernetes.client.openapi.models.V1IngressRule... rules) |
A |
withTls(List<io.kubernetes.client.openapi.models.V1IngressTLS> tls) |
A |
withTls(io.kubernetes.client.openapi.models.V1IngressTLS... tls) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1IngressSpecFluentImpl()
public V1IngressSpecFluentImpl(io.kubernetes.client.openapi.models.V1IngressSpec instance)
@Deprecated public io.kubernetes.client.openapi.models.V1IngressBackend getDefaultBackend()
getDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.V1IngressBackend buildDefaultBackend()
buildDefaultBackend in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withDefaultBackend(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.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 addToRules(Integer index, io.kubernetes.client.openapi.models.V1IngressRule item)
addToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A setToRules(Integer index, io.kubernetes.client.openapi.models.V1IngressRule item)
setToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addToRules(io.kubernetes.client.openapi.models.V1IngressRule... items)
addToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addAllToRules(Collection<io.kubernetes.client.openapi.models.V1IngressRule> items)
addAllToRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeFromRules(io.kubernetes.client.openapi.models.V1IngressRule... items)
removeFromRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeAllFromRules(Collection<io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.V1IngressRule> getRules()
getRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public List<io.kubernetes.client.openapi.models.V1IngressRule> buildRules()
buildRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.V1IngressRule buildRule(Integer index)
buildRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.V1IngressRule buildFirstRule()
buildFirstRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.V1IngressRule buildLastRule()
buildLastRule in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.V1IngressRule> rules)
withRules in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withRules(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.V1IngressRule item)
addNewRuleLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> setNewRuleLike(Integer index, io.kubernetes.client.openapi.models.V1IngressRule item)
setNewRuleLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.RulesNested<A> editRule(Integer 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(Integer index, io.kubernetes.client.openapi.models.V1IngressTLS item)
addToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A setToTls(Integer index, io.kubernetes.client.openapi.models.V1IngressTLS item)
setToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addToTls(io.kubernetes.client.openapi.models.V1IngressTLS... items)
addToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A addAllToTls(Collection<io.kubernetes.client.openapi.models.V1IngressTLS> items)
addAllToTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeFromTls(io.kubernetes.client.openapi.models.V1IngressTLS... items)
removeFromTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A removeAllFromTls(Collection<io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.V1IngressTLS> getTls()
getTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public List<io.kubernetes.client.openapi.models.V1IngressTLS> buildTls()
buildTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.V1IngressTLS buildTl(Integer index)
buildTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.V1IngressTLS buildFirstTl()
buildFirstTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.V1IngressTLS buildLastTl()
buildLastTl in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public io.kubernetes.client.openapi.models.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<io.kubernetes.client.openapi.models.V1IngressTLS> tls)
withTls in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public A withTls(io.kubernetes.client.openapi.models.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(io.kubernetes.client.openapi.models.V1IngressTLS item)
addNewTlLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> setNewTlLike(Integer index, io.kubernetes.client.openapi.models.V1IngressTLS item)
setNewTlLike in interface V1IngressSpecFluent<A extends V1IngressSpecFluent<A>>public V1IngressSpecFluent.TlsNested<A> editTl(Integer 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>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1IngressSpecFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1IngressSpecFluent<A>>Copyright © 2022. All rights reserved.