Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDestinationCluster (0.16 sec)

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

    		Port:     port.Port,
    		Services: []*model.Service{svc},
    		Routes:   []*route.Route{httpRoute},
    	}
    }
    
    // GetDestinationCluster generates a cluster name for the route, or error if no cluster
    // can be found. Called by translateRule to determine if
    func GetDestinationCluster(destination *networking.Destination, service *model.Service, listenerPort int) string {
    	if len(destination.GetHost()) == 0 {
    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