Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pickMatchingGatewayHosts (3.75 sec)

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

    		// Since this is TCP, neither matters. We are simply looking for matching virtual service for this gateway
    		matchingHosts := pickMatchingGatewayHosts(gatewayServerHosts, v)
    		if len(matchingHosts) == 0 {
    			// the VirtualService's hosts don't include hosts advertised by server
    			continue
    		}
    
    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