Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	// if there's no gateway predicate, gatewayMatch is true; otherwise we match against the gateways for this workload
    	return isPortMatch(match.Port, server) && isGatewayMatch(gateway, match.Gateways)
    }
    
    func isPortMatch(port uint32, server *networking.Server) bool {
    	// if there's no port predicate, portMatch is true; otherwise we evaluate the port predicate against the server's port
    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