Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WasmPluginsByListenerInfo (0.22 sec)

  1. pilot/pkg/model/push_context.go

    			if wsm.Name == n.Name {
    				res = append(res, wsm)
    				break
    			}
    		}
    	}
    	return res
    }
    
    // WasmPluginsByListenerInfo return the WasmPluginWrappers which are matched with TrafficSelector in the given proxy.
    func (ps *PushContext) WasmPluginsByListenerInfo(proxy *Proxy, info WasmPluginListenerInfo,
    	pluginType WasmPluginType,
    ) map[extensions.PluginPhase][]*WasmPluginWrapper {
    	if proxy == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top