Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for job_does_not_exist (0.39 sec)

  1. pkg/controller/job/job_controller_test.go

    	go manager.Run(context.TODO(), 1)
    
    	// Create job but don't add it to the store.
    	cases := map[string]struct {
    		job     *batch.Job
    		inCache bool
    	}{
    		"job_does_not_exist": {
    			job: newJob(2, 2, 6, batch.NonIndexedCompletion),
    		},
    		"orphan": {},
    		"job_finished": {
    			job: func() *batch.Job {
    				j := newJob(2, 2, 6, batch.NonIndexedCompletion)
    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