Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gotEpsState (0.26 sec)

  1. pkg/proxy/config/api_test.go

    	}
    
    	gotEps := <-epsHandler.updated
    	gotEpsState := make(map[types.NamespacedName]*discoveryv1.EndpointSlice, len(gotEps))
    	for _, eps := range gotEps {
    		gotEpsState[types.NamespacedName{Namespace: eps.Namespace, Name: eps.Name}] = eps
    	}
    	if !reflect.DeepEqual(gotEpsState, expectedEpsState) {
    		t.Fatalf("Expected endpoints state: %v\nGot: %v\n", expectedEpsState, gotEpsState)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top