Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createNoExecuteTaint (0.27 sec)

  1. pkg/controller/tainteviction/taint_eviction_test.go

    			taintedNodes: map[string][]corev1.Taint{
    				"node1": {createNoExecuteTaint(1)},
    			},
    			expectDelete: true,
    		},
    		{
    			description: "schedule on tainted Node; PodDisruptionConditions enabled",
    			pod:         testutil.NewPod("pod1", "node1"),
    			taintedNodes: map[string][]corev1.Taint{
    				"node1": {createNoExecuteTaint(1)},
    			},
    			expectPatch:                   true,
    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