Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StringMatcherWithPrefix (0.14 sec)

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

    		MatchPattern: &matcher.StringMatcher_Exact{
    			Exact: exact,
    		},
    	}
    }
    
    // StringMatcherWithPrefix creates a string matcher for v with the extra prefix inserted to the
    // created string matcher, note the prefix is ignored if v is wildcard ("*").
    // The wildcard "*" will be generated as ".+" instead of ".*".
    func StringMatcherWithPrefix(v, prefix string) *matcher.StringMatcher {
    	switch {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top