Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for echoInstances (0.09 sec)

  1. tests/integration/pilot/multi_version_revision_test.go

    // communication between every pair of namespaces
    func testAllEchoCalls(t framework.TestContext, echoInstances []echo.Instance) {
    	trafficTypes := []string{"http", "tcp", "grpc"}
    	for _, from := range echoInstances {
    		for _, to := range echoInstances {
    			if from == to {
    				continue
    			}
    			for _, trafficType := range trafficTypes {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top