Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSyncReplicaSetDormancy (0.75 sec)

  1. pkg/controller/replicaset/replica_set_test.go

    	}
    	if fakePodControl.CreateCallCount > expectedLimit {
    		t.Errorf("Unexpected number of create calls.  Expected <= %d, saw %d\n", fakePodControl.CreateLimit*2, fakePodControl.CreateCallCount)
    	}
    }
    
    func TestSyncReplicaSetDormancy(t *testing.T) {
    	// Setup a test server so we can lie about the current state of pods
    	logger, ctx := ktesting.NewTestContext(t)
    	fakeHandler := utiltesting.FakeHandler{
    		StatusCode:    200,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
Back to top