Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/job/job_controller_test.go

    				manager.podBackoffStore.updateBackoffRecord(*tc.backoffRecord)
    			}
    			if tc.fakeExpectationAtCreation < 0 {
    				manager.expectations.ExpectDeletions(logger, key, int(-tc.fakeExpectationAtCreation))
    			} else if tc.fakeExpectationAtCreation > 0 {
    				manager.expectations.ExpectCreations(logger, key, int(tc.fakeExpectationAtCreation))
    			}
    			if tc.wasSuspended {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top