Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetLocalEndpointIPs (0.92 sec)

  1. pkg/proxy/endpointschangetracker_test.go

    }
    
    func (proxier *FakeProxier) deleteEndpointSlice(slice *discovery.EndpointSlice) {
    	proxier.endpointsChanges.EndpointSliceUpdate(slice, true)
    }
    
    func TestGetLocalEndpointIPs(t *testing.T) {
    	testCases := []struct {
    		endpointsMap EndpointsMap
    		expected     map[types.NamespacedName]sets.Set[string]
    	}{{
    		// Case[0]: nothing
    		endpointsMap: EndpointsMap{},
    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