Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUpdatePod (0.29 sec)

  1. pkg/controller/tainteviction/taint_eviction_test.go

    	}
    	controller.PodUpdated(testutil.NewPod("pod1", "node1"), nil)
    	// wait a bit to see if nothing will panic
    	time.Sleep(timeForControllerToProgressForSanityCheck)
    }
    
    func TestUpdatePod(t *testing.T) {
    	testCases := []struct {
    		description                   string
    		prevPod                       *corev1.Pod
    		awaitForScheduledEviction     bool
    		newPod                        *corev1.Pod
    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