Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/match/match.go

    	match := &matcher.Matcher{
    		MatcherType: &matcher.Matcher_MatcherTree_{
    			MatcherTree: &matcher.Matcher_MatcherTree{
    				Input: input,
    				TreeType: &matcher.Matcher_MatcherTree_ExactMatchMap{
    					ExactMatchMap: &matcher.Matcher_MatcherTree_MatchMap{
    						Map: m,
    					},
    				},
    			},
    		},
    		OnNoMatch: nil,
    	}
    	return Mapper{Matcher: match, Map: m}
    }
    
    func NewDestinationIP() Mapper {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top