Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NamespacedNames (0.1 sec)

  1. tests/integration/pilot/common/routing.go

    							return fmt.Errorf("split configured for %d destinations, but framework gives %d", len(split), len(dests))
    						}
    						splitPerHost := map[echo.NamespacedName]int{}
    						destNames := dests.NamespacedNames()
    						for i, pct := range split {
    							splitPerHost[destNames[i]] = pct
    						}
    						for serviceName, exp := range splitPerHost {
    							hostResponses := result.Responses.Match(func(r echoClient.Response) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top