Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for l4SingleMatch (0.28 sec)

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

    	for _, match := range predicates {
    		if l4SingleMatch(match, server, gateway) {
    			return true
    		}
    	}
    	// If we had no predicates we match; otherwise we don't match since we'd have exited at the first match.
    	return len(predicates) == 0
    }
    
    func l4SingleMatch(match *networking.L4MatchAttributes, server *networking.Server, gateway string) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
Back to top