Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCreatePod (0.14 sec)

  1. pkg/controller/tainteviction/taint_eviction_test.go

    		},
    	}
    	taints = getNoExecuteTaints(taints)
    	if len(taints) != 1 || taints[0].Key != "one" {
    		t.Errorf("Filtering doesn't work. Got %v", taints)
    	}
    }
    
    func TestCreatePod(t *testing.T) {
    	testCases := []struct {
    		description                   string
    		pod                           *corev1.Pod
    		taintedNodes                  map[string][]corev1.Taint
    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