Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sharedLib (0.08 sec)

  1. pkg/controller/job/job_controller.go

    	if controllerName := managedByExternalController(sharedJob); controllerName != nil {
    		logger.V(2).Info("Skip syncing the job as it is managed by an external controller", "key", key, "uid", sharedJob.UID, "controllerName", controllerName)
    		return nil
    	}
    
    	// make a copy so we don't mutate the shared cache
    	job := *sharedJob.DeepCopy()
    
    	// if job was finished previously, we don't want to redo the termination
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
Back to top