Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchAnyAndMultipleOnes (2.34 sec)

  1. pilot/pkg/security/authz/matcher/template_test.go

    			},
    		},
    		{
    			name: "matchAnyAndOne",
    			path: "/{*}/foo/{**}/bar",
    			want: &uri_template.UriTemplateMatchConfig{
    				PathTemplate: "/*/foo/**/bar",
    			},
    		},
    		{
    			name: "matchAnyAndMultipleOnes",
    			path: "/{*}/{*}/foo/{**}/bar",
    			want: &uri_template.UriTemplateMatchConfig{
    				PathTemplate: "/*/*/foo/**/bar",
    			},
    		},
    	}
    
    	for _, tc := range testCases {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top