Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPatchHTTPRoute (0.13 sec)

  1. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    		t.Run(tt.name, func(t *testing.T) {
    			if got := routeMatch(tt.args.httpRoute, tt.args.cp); got != tt.want {
    				t.Errorf("routeMatch() = %v, want %v", got, tt.want)
    			}
    		})
    	}
    }
    
    func TestPatchHTTPRoute(t *testing.T) {
    	sharedVHostRoutes := []*route.Route{
    		{
    			Name: "shared",
    			Action: &route.Route_Route{
    				Route: &route.RouteAction{
    					PrefixRewrite: "/shared",
    				},
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top