Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sourceNamespace (0.11 sec)

  1. pilot/pkg/networking/core/route/route_internal_test.go

    	}{
    		{
    			"source namespace match",
    			args{
    				match: &networking.HTTPMatchRequest{
    					SourceNamespace: "foo",
    				},
    				proxyNamespace: "foo",
    			},
    			true,
    		},
    		{
    			"source namespace not match",
    			args{
    				match: &networking.HTTPMatchRequest{
    					SourceNamespace: "foo",
    				},
    				proxyNamespace: "bar",
    			},
    			false,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 11 02:47:57 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top