Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for virtualInbound (0.1 sec)

  1. pilot/test/xdstest/validate.go

    		// This hack skips these ones, as they will be processed later
    		if hcm := ExtractHTTPConnectionManager(t, l1); strings.HasPrefix(hcm.GetStatPrefix(), "inbound_") && l.Name != "virtualInbound" {
    			continue
    		}
    
    		s := Dump(t, l1.FilterChainMatch)
    		if i2, ok := check[s]; ok {
    			var fcms []string
    			for _, fc := range l.FilterChains {
    				fcms = append(fcms, Dump(t, fc.GetFilterChainMatch()))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top