Home
last modified time | relevance | path

Searched refs:GetInterceptionMode (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dlistener_builder.go154 if lb.node.GetInterceptionMode() == model.InterceptionTproxy {
235 …if lb.node.SidecarScope.HasCustomIngressListeners || lb.node.GetInterceptionMode() == model.Interc…
282 if lb.node.GetInterceptionMode() == model.InterceptionTproxy {
308 if lb.node.GetInterceptionMode() == model.InterceptionTproxy {
H A Dlistener.go484 noneMode := node.GetInterceptionMode() == model.InterceptionNone
908 noneMode := node.GetInterceptionMode() == model.InterceptionNone
2179 if opts.proxy.GetInterceptionMode() == model.InterceptionTproxy {
H A Dcluster.go343 noneMode := proxy.GetInterceptionMode() == model.InterceptionNone
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dcontext.go951 func (node *Proxy) GetInterceptionMode() TrafficInterceptionMode { func
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/mesh/v1alpha1/
H A Dproxy.pb.go1231 func (m *ProxyConfig) GetInterceptionMode() ProxyConfig_InboundInterceptionMode { func