Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WasmPluginsByListenerInfo (0.62 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    	}
    
    	// TODO: consider dedicated listener class for waypoint filters
    	cls := istionetworking.ListenerClassSidecarInbound
    	wasm := lb.push.WasmPluginsByListenerInfo(lb.node, model.WasmPluginListenerInfo{
    		Class:   cls,
    		Service: svc,
    	}, model.WasmPluginTypeHTTP)
    	// TODO: how to deal with ext-authz? It will be in the ordering twice
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    func (lb *ListenerBuilder) buildInboundNetworkFiltersForHTTP(cc inboundChainConfig) []*listener.Filter {
    	// Add network level WASM filters if any configured.
    	httpOpts := buildSidecarInboundHTTPOpts(lb, cc)
    	wasm := lb.push.WasmPluginsByListenerInfo(lb.node, model.WasmPluginListenerInfo{
    		Port:  httpOpts.port,
    		Class: httpOpts.class,
    	}, model.WasmPluginTypeNetwork)
    
    	var filters []*listener.Filter
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top