Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPodCacheEvents (0.21 sec)

  1. pilot/pkg/serviceregistry/kube/controller/pod_test.go

    		return c.nodes.Get(name, "") != nil
    	}, retry.Timeout(time.Second*1), retry.Delay(time.Millisecond*5))
    }
    
    // Checks that events from the watcher create the proper internal structures
    func TestPodCacheEvents(t *testing.T) {
    	t.Parallel()
    	c, _ := NewFakeControllerWithOptions(t, FakeControllerOptions{})
    
    	ns := "default"
    	podCache := c.pods
    
    	handled := 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 18:27:40 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top