Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/model/envoyfilter.go

    				cpw.Operation = networking.EnvoyFilter_Patch_ADD
    			}
    		}
    		out.Patches[cp.ApplyTo] = append(out.Patches[cp.ApplyTo], cpw)
    	}
    	return out
    }
    
    func proxyMatch(proxy *Proxy, cp *EnvoyFilterConfigPatchWrapper) bool {
    	if cp.Match.Proxy == nil {
    		return true
    	}
    
    	if cp.ProxyPrefixMatch != "" {
    		if !strings.HasPrefix(proxy.Metadata.IstioVersion, cp.ProxyPrefixMatch) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 13:57:28 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top