public interface OutboundTrafficPolicyFluent<A extends OutboundTrafficPolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OutboundTrafficPolicyFluent.EgressProxyNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Destination |
buildEgressProxy() |
OutboundTrafficPolicyFluent.EgressProxyNested<A> |
editEgressProxy() |
OutboundTrafficPolicyFluent.EgressProxyNested<A> |
editOrNewEgressProxy() |
OutboundTrafficPolicyFluent.EgressProxyNested<A> |
editOrNewEgressProxyLike(Destination item) |
Destination |
getEgressProxy()
Deprecated.
|
OutboundTrafficPolicyMode |
getMode() |
Boolean |
hasEgressProxy() |
Boolean |
hasMode() |
A |
withEgressProxy(Destination egressProxy) |
A |
withMode(OutboundTrafficPolicyMode mode) |
OutboundTrafficPolicyFluent.EgressProxyNested<A> |
withNewEgressProxy() |
OutboundTrafficPolicyFluent.EgressProxyNested<A> |
withNewEgressProxyLike(Destination item) |
@Deprecated Destination getEgressProxy()
Destination buildEgressProxy()
A withEgressProxy(Destination egressProxy)
Boolean hasEgressProxy()
OutboundTrafficPolicyFluent.EgressProxyNested<A> withNewEgressProxy()
OutboundTrafficPolicyFluent.EgressProxyNested<A> withNewEgressProxyLike(Destination item)
OutboundTrafficPolicyFluent.EgressProxyNested<A> editEgressProxy()
OutboundTrafficPolicyFluent.EgressProxyNested<A> editOrNewEgressProxy()
OutboundTrafficPolicyFluent.EgressProxyNested<A> editOrNewEgressProxyLike(Destination item)
OutboundTrafficPolicyMode getMode()
A withMode(OutboundTrafficPolicyMode mode)
Boolean hasMode()
Copyright © 2015–2023 Red Hat. All rights reserved.