Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sven (0.11 sec)

  1. cni/pkg/nodeagent/cni-watcher_test.go

    	// We are expecting at most 1 calls to the mock, wait for them
    	wg, waitForMockCalls := NewWaitForNCalls(t, 1)
    	fs := &fakeServer{testWG: wg}
    
    	// This pod should be enmeshed with the CNI ip, even tho the pod status had no ip
    	fs.On("AddPodToMesh",
    		ctx,
    		pod,
    		[]netip.Addr{netip.MustParseAddr(fakePodIP)},
    		valid.Netns,
    	).Return(nil)
    
    	dpServer := &meshDataplane{
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu May 02 21:29:40 GMT 2024
    - 5.4K bytes
    - Viewed (0)
Back to top