Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    		}
    
    		if podReasonUpdate != item.expectedPodUpdate {
    			t.Errorf("expected pod update: %+v, got %+v for %+v", item.expectedPodUpdate, podReasonUpdate, item.description)
    		}
    	}
    }
    
    func TestMonitorNodeHealthUpdateStatus(t *testing.T) {
    	fakeNow := metav1.Date(2015, 1, 1, 12, 0, 0, 0, time.UTC)
    	table := []struct {
    		fakeNodeHandler         *testutil.FakeNodeHandler
    		timeToPass              time.Duration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
Back to top