Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchTrafficSelectors (0.15 sec)

  1. pilot/pkg/model/extensions.go

    	ResourceVersion string
    }
    
    func (p *WasmPluginWrapper) MatchListener(matcher WorkloadPolicyMatcher, li WasmPluginListenerInfo) bool {
    	if matcher.ShouldAttachPolicy(gvk.WasmPlugin, p.NamespacedName(), p) {
    		return matchTrafficSelectors(p.Match, li)
    	}
    
    	// If it doesn't match one of the above cases, the plugin is not bound to this workload
    	return false
    }
    
    func (p *WasmPluginWrapper) NamespacedName() types.NamespacedName {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top