Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/registry/core/pod/storage/eviction_test.go

    				if tc.expectedDeleteCount != ms.deleteCount {
    					t.Errorf("expected delete count=%v, got %v; name %v", tc.expectedDeleteCount, ms.deleteCount, pod.Name)
    				}
    			})
    		}
    	}
    }
    
    func TestEvictionDryRun(t *testing.T) {
    	testcases := []struct {
    		name            string
    		evictionOptions *metav1.DeleteOptions
    		requestOptions  *metav1.CreateOptions
    		pdbs            []runtime.Object
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:26:37 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top