Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PatchJobName (0.11 sec)

  1. pkg/controller/cronjob/injection.go

    }
    
    type fakeJobControl struct {
    	sync.Mutex
    	Job           *batchv1.Job
    	Jobs          []batchv1.Job
    	DeleteJobName []string
    	Err           error
    	CreateErr     error
    	UpdateJobName []string
    	PatchJobName  []string
    	Patches       [][]byte
    }
    
    var _ jobControlInterface = &fakeJobControl{}
    
    func (f *fakeJobControl) CreateJob(namespace string, job *batchv1.Job) (*batchv1.Job, error) {
    	f.Lock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 22 09:37:31 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top