Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForEdsUpdate (0.14 sec)

  1. pilot/pkg/serviceregistry/serviceregistry_test.go

    		_, kube, fx := setupTest(t)
    		makePod(t, kube, pod)
    
    		createEndpoints(t, kube, service.Name, namespace, []v1.EndpointPort{{Name: "http", Port: 80}}, []string{pod.Status.PodIP})
    		waitForEdsUpdate(t, fx, 1)
    
    		// make service populated later than endpoint
    		makeService(t, kube, service)
    		fx.WaitOrFail(t, "eds cache")
    
    		instances := []EndpointResponse{{
    			Address: pod.Status.PodIP,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top