Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/tainteviction/taint_eviction_test.go

    			controller.recorder = testutil.NewFakeRecorder()
    			go controller.Run(ctx)
    			controller.taintedNodes = item.taintedNodes
    
    			podIndexer.Add(item.pod)
    			controller.PodUpdated(nil, item.pod)
    
    			verifyPodActions(t, item.description, fakeClientset, item.expectPatch, item.expectDelete)
    
    			cancel()
    		})
    	}
    }
    
    func TestDeletePod(t *testing.T) {
    	ctx, cancel := context.WithCancel(context.Background())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 31.3K bytes
    - Viewed (0)
Back to top