Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkExpectedEndpoints (0.24 sec)

  1. pkg/proxy/topology_test.go

    			} else {
    				err := checkExpectedEndpoints(tc.clusterEndpoints, clusterEndpoints)
    				if err != nil {
    					t.Errorf("error with cluster endpoints: %v", err)
    				}
    			}
    
    			if tc.localEndpoints == nil && localEndpoints != nil {
    				t.Errorf("expected no local endpoints but got %v", localEndpoints)
    			} else {
    				err := checkExpectedEndpoints(tc.localEndpoints, localEndpoints)
    				if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 26.6K bytes
    - Viewed (0)
Back to top