Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnknownService (0.11 sec)

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

    func GetDestinationCluster(destination *networking.Destination, service *model.Service, listenerPort int) string {
    	if len(destination.GetHost()) == 0 {
    		// only happens when the gateway-api BackendRef is invalid
    		return "UnknownService"
    	}
    	h := host.Name(destination.Host)
    	// If this is an Alias, point to the concrete service
    	// TODO: this will not work if we have Alias -> Alias -> Concrete service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top