Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	}
    
    	// envoy will nack this eventually
    	log.Warnf("empty mapper %v with no fallback", innerMapper.Matcher)
    	return innerMapper.allOnMatches()
    }
    
    func (m Mapper) allOnMatches() []*matcher.Matcher_OnMatch {
    	var out []*matcher.Matcher_OnMatch
    	out = append(out, m.OnNoMatch)
    	if m.Map == nil {
    		return out
    	}
    	for _, match := range m.Map {
    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