public static interface SidecarOuterClass.OutboundTrafficPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.Destination |
getEgressProxy()
Specifies the details of the egress proxy to which unknown
traffic should be forwarded to from the sidecar.
|
VirtualServiceOuterClass.DestinationOrBuilder |
getEgressProxyOrBuilder()
Specifies the details of the egress proxy to which unknown
traffic should be forwarded to from the sidecar.
|
SidecarOuterClass.OutboundTrafficPolicy.Mode |
getMode()
.istio.networking.v1alpha3.OutboundTrafficPolicy.Mode mode = 1; |
int |
getModeValue()
.istio.networking.v1alpha3.OutboundTrafficPolicy.Mode mode = 1; |
boolean |
hasEgressProxy()
Specifies the details of the egress proxy to which unknown
traffic should be forwarded to from the sidecar.
|
int getModeValue()
.istio.networking.v1alpha3.OutboundTrafficPolicy.Mode mode = 1;SidecarOuterClass.OutboundTrafficPolicy.Mode getMode()
.istio.networking.v1alpha3.OutboundTrafficPolicy.Mode mode = 1;boolean hasEgressProxy()
Specifies the details of the egress proxy to which unknown traffic should be forwarded to from the sidecar. Valid only if the mode is set to ALLOW_ANY. If not specified when the mode is ALLOW_ANY, the sidecar will send the unknown traffic directly to the IP requested by the application. ** NOTE 1**: The specified egress host must be imported in the egress section for the traffic forwarding to work. ** NOTE 2**: An Envoy based egress gateway is unlikely to be able to handle plain text TCP connections forwarded from the sidecar. Envoy's dynamic forward proxy can handle only HTTP and TLS connections. $hide_from_docs
.istio.networking.v1alpha3.Destination egress_proxy = 2;VirtualServiceOuterClass.Destination getEgressProxy()
Specifies the details of the egress proxy to which unknown traffic should be forwarded to from the sidecar. Valid only if the mode is set to ALLOW_ANY. If not specified when the mode is ALLOW_ANY, the sidecar will send the unknown traffic directly to the IP requested by the application. ** NOTE 1**: The specified egress host must be imported in the egress section for the traffic forwarding to work. ** NOTE 2**: An Envoy based egress gateway is unlikely to be able to handle plain text TCP connections forwarded from the sidecar. Envoy's dynamic forward proxy can handle only HTTP and TLS connections. $hide_from_docs
.istio.networking.v1alpha3.Destination egress_proxy = 2;VirtualServiceOuterClass.DestinationOrBuilder getEgressProxyOrBuilder()
Specifies the details of the egress proxy to which unknown traffic should be forwarded to from the sidecar. Valid only if the mode is set to ALLOW_ANY. If not specified when the mode is ALLOW_ANY, the sidecar will send the unknown traffic directly to the IP requested by the application. ** NOTE 1**: The specified egress host must be imported in the egress section for the traffic forwarding to work. ** NOTE 2**: An Envoy based egress gateway is unlikely to be able to handle plain text TCP connections forwarded from the sidecar. Envoy's dynamic forward proxy can handle only HTTP and TLS connections. $hide_from_docs
.istio.networking.v1alpha3.Destination egress_proxy = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.