Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		// TODO is there a way we can just say "always go to action"?
    		if fallback := root.GetOnNoMatch(); fallback != nil {
    			if replacement, ok := mapperFromMatch(fallback.GetMatcher()); ok {
    				root = replacement
    				continue
    			}
    		}
    		// no fallback or fallback isn't a 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