public class NetworkingV1beta1IngressSpecFluentImpl<A extends NetworkingV1beta1IngressSpecFluent<A>> extends BaseFluent<A> implements NetworkingV1beta1IngressSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkingV1beta1IngressSpecFluentImpl.BackendNestedImpl<N> |
class |
NetworkingV1beta1IngressSpecFluentImpl.RulesNestedImpl<N> |
class |
NetworkingV1beta1IngressSpecFluentImpl.TlsNestedImpl<N> |
NetworkingV1beta1IngressSpecFluent.BackendNested<N>, NetworkingV1beta1IngressSpecFluent.RulesNested<N>, NetworkingV1beta1IngressSpecFluent.TlsNested<N>_visitables| Constructor and Description |
|---|
NetworkingV1beta1IngressSpecFluentImpl() |
NetworkingV1beta1IngressSpecFluentImpl(NetworkingV1beta1IngressSpec instance) |
public NetworkingV1beta1IngressSpecFluentImpl()
public NetworkingV1beta1IngressSpecFluentImpl(NetworkingV1beta1IngressSpec instance)
@Deprecated public NetworkingV1beta1IngressBackend getBackend()
getBackend in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressBackend buildBackend()
buildBackend in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withBackend(NetworkingV1beta1IngressBackend backend)
withBackend in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public Boolean hasBackend()
hasBackend in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.BackendNested<A> withNewBackend()
withNewBackend in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.BackendNested<A> withNewBackendLike(NetworkingV1beta1IngressBackend item)
withNewBackendLike in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.BackendNested<A> editBackend()
editBackend in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.BackendNested<A> editOrNewBackendLike(NetworkingV1beta1IngressBackend item)
editOrNewBackendLike in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public String getIngressClassName()
getIngressClassName in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withIngressClassName(String ingressClassName)
withIngressClassName in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public Boolean hasIngressClassName()
hasIngressClassName in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withNewIngressClassName(String arg1)
withNewIngressClassName in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withNewIngressClassName(StringBuilder arg1)
withNewIngressClassName in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withNewIngressClassName(StringBuffer arg1)
withNewIngressClassName in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A addToRules(int index, NetworkingV1beta1IngressRule item)
addToRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A setToRules(int index, NetworkingV1beta1IngressRule item)
setToRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A addToRules(NetworkingV1beta1IngressRule... items)
addToRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A addAllToRules(Collection<NetworkingV1beta1IngressRule> items)
addAllToRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A removeFromRules(NetworkingV1beta1IngressRule... items)
removeFromRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A removeAllFromRules(Collection<NetworkingV1beta1IngressRule> items)
removeAllFromRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A removeMatchingFromRules(Predicate<NetworkingV1beta1IngressRuleBuilder> predicate)
removeMatchingFromRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>@Deprecated public List<NetworkingV1beta1IngressRule> getRules()
getRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public List<NetworkingV1beta1IngressRule> buildRules()
buildRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressRule buildRule(int index)
buildRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressRule buildFirstRule()
buildFirstRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressRule buildLastRule()
buildLastRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressRule buildMatchingRule(Predicate<NetworkingV1beta1IngressRuleBuilder> predicate)
buildMatchingRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public Boolean hasMatchingRule(Predicate<NetworkingV1beta1IngressRuleBuilder> predicate)
hasMatchingRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withRules(List<NetworkingV1beta1IngressRule> rules)
withRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withRules(NetworkingV1beta1IngressRule... rules)
withRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public Boolean hasRules()
hasRules in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.RulesNested<A> addNewRule()
addNewRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.RulesNested<A> addNewRuleLike(NetworkingV1beta1IngressRule item)
addNewRuleLike in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.RulesNested<A> setNewRuleLike(int index, NetworkingV1beta1IngressRule item)
setNewRuleLike in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.RulesNested<A> editRule(int index)
editRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.RulesNested<A> editFirstRule()
editFirstRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.RulesNested<A> editLastRule()
editLastRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.RulesNested<A> editMatchingRule(Predicate<NetworkingV1beta1IngressRuleBuilder> predicate)
editMatchingRule in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A addToTls(int index, NetworkingV1beta1IngressTLS item)
addToTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A setToTls(int index, NetworkingV1beta1IngressTLS item)
setToTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A addToTls(NetworkingV1beta1IngressTLS... items)
addToTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A addAllToTls(Collection<NetworkingV1beta1IngressTLS> items)
addAllToTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A removeFromTls(NetworkingV1beta1IngressTLS... items)
removeFromTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A removeAllFromTls(Collection<NetworkingV1beta1IngressTLS> items)
removeAllFromTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A removeMatchingFromTls(Predicate<NetworkingV1beta1IngressTLSBuilder> predicate)
removeMatchingFromTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>@Deprecated public List<NetworkingV1beta1IngressTLS> getTls()
getTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public List<NetworkingV1beta1IngressTLS> buildTls()
buildTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressTLS buildTl(int index)
buildTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressTLS buildFirstTl()
buildFirstTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressTLS buildLastTl()
buildLastTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressTLS buildMatchingTl(Predicate<NetworkingV1beta1IngressTLSBuilder> predicate)
buildMatchingTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public Boolean hasMatchingTl(Predicate<NetworkingV1beta1IngressTLSBuilder> predicate)
hasMatchingTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withTls(List<NetworkingV1beta1IngressTLS> tls)
withTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public A withTls(NetworkingV1beta1IngressTLS... tls)
withTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public Boolean hasTls()
hasTls in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.TlsNested<A> addNewTl()
addNewTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.TlsNested<A> addNewTlLike(NetworkingV1beta1IngressTLS item)
addNewTlLike in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.TlsNested<A> setNewTlLike(int index, NetworkingV1beta1IngressTLS item)
setNewTlLike in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.TlsNested<A> editTl(int index)
editTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.TlsNested<A> editFirstTl()
editFirstTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.TlsNested<A> editLastTl()
editLastTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>public NetworkingV1beta1IngressSpecFluent.TlsNested<A> editMatchingTl(Predicate<NetworkingV1beta1IngressTLSBuilder> predicate)
editMatchingTl in interface NetworkingV1beta1IngressSpecFluent<A extends NetworkingV1beta1IngressSpecFluent<A>>Copyright © 2020. All rights reserved.