Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUpdateEndpointsMap (0.15 sec)

  1. pkg/proxy/endpointschangetracker_test.go

    			Labels: map[string]string{
    				discovery.LabelServiceName: name,
    			},
    		},
    		AddressType: discovery.AddressTypeIPv4,
    	}
    	epsFunc(eps)
    	return eps
    }
    
    func TestUpdateEndpointsMap(t *testing.T) {
    	emptyEndpoint := func(eps *discovery.EndpointSlice) {
    		eps.Endpoints = []discovery.Endpoint{}
    	}
    	unnamedPort := func(eps *discovery.EndpointSlice) {
    		eps.Endpoints = []discovery.Endpoint{{
    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