Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/proxy/endpointschangetracker_test.go

    		if !reflect.DeepEqual(localIPs, tc.expected) {
    			t.Errorf("[%d] expected %#v, got %#v", tci, tc.expected, localIPs)
    		}
    	}
    }
    
    func makeTestEndpointSlice(namespace, name string, slice int, epsFunc func(*discovery.EndpointSlice)) *discovery.EndpointSlice {
    	eps := &discovery.EndpointSlice{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:        fmt.Sprintf("%s-%d", name, slice),
    			Namespace:   namespace,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
Back to top