Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podWithAnnotation (0.1 sec)

  1. cni/pkg/nodeagent/server_test.go

    	assert.NoError(t, err)
    	assert.Equal(t, len(pod.Annotations), 0)
    }
    
    func TestMeshDataplaneRemovePodRemovesAnnotation(t *testing.T) {
    	pod := podWithAnnotation()
    	fakeCtx := context.Background()
    
    	server := &fakeServer{}
    	server.Start(fakeCtx)
    
    	server.On("RemovePodFromMesh",
    		fakeCtx,
    		pod,
    		false,
    	).Return(nil)
    
    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