Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNodeSyncResync (0.15 sec)

  1. pkg/controller/nodeipam/ipam/sync/sync_test.go

    		}
    		if hasError != tc.wantError {
    			t.Errorf("%v, %v; hasError = %t, errors = %v, want %t",
    				tc.desc, tc.mode, hasError, tc.fake.events, tc.wantError)
    		}
    	}
    }
    
    func TestNodeSyncResync(t *testing.T) {
    	logger, _ := ktesting.NewTestContext(t)
    	fake := &fakeAPIs{
    		nodeRet:       nodeWithCIDRRange,
    		resyncTimeout: time.Millisecond,
    		reportChan:    make(chan struct{}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top