Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestControllerV2JobAlreadyExistsButDifferentOwner (0.41 sec)

  1. pkg/controller/cronjob/cronjob_controllerv2_test.go

    	}
    }
    
    // TestControllerV2JobAlreadyExistsButDifferentOwnner validates that an already created job
    // not owned by the cronjob controller is ignored.
    func TestControllerV2JobAlreadyExistsButDifferentOwner(t *testing.T) {
    	_, ctx := ktesting.NewTestContext(t)
    
    	cj := cronJob()
    	cj.Spec.ConcurrencyPolicy = "Forbid"
    	cj.Spec.Schedule = everyHour
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
Back to top