Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMeshDataplaneDelPodErrorDoesntPatchPod (0.26 sec)

  1. cni/pkg/nodeagent/server_test.go

    	err := m.RemovePodFromMesh(fakeCtx, pod, true)
    
    	fakeIPSetDeps.AssertExpectations(t)
    
    	assert.NoError(t, err)
    }
    
    func TestMeshDataplaneDelPodErrorDoesntPatchPod(t *testing.T) {
    	pod := podWithAnnotation()
    
    	fakeCtx := context.Background()
    	server := &fakeServer{}
    	server.Start(fakeCtx)
    
    	server.On("RemovePodFromMesh",
    		fakeCtx,
    		pod,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top