Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for has_job (0.07 sec)

  1. pkg/controller/job/job_controller_test.go

    			job: func() batch.Job {
    				job := baseJob.DeepCopy()
    				job.Spec.ManagedBy = ptr.To("custom-managed-by")
    				return *job
    			}(),
    			wantStatus: baseJob.Status,
    		},
    		"job with well known value of the managedBy; feature enabled; the status is updated": {
    			enableJobManagedBy: true,
    			job: func() batch.Job {
    				job := baseJob.DeepCopy()
    				job.Spec.ManagedBy = ptr.To(batch.JobControllerName)
    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