Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasJobTrackingFinalizer (0.23 sec)

  1. pkg/controller/job/job_controller.go

    			return
    		}
    		jm.expectations.CreationObserved(logger, jobKey)
    		jm.enqueueSyncJobBatched(logger, job)
    		return
    	}
    
    	// Otherwise, it's an orphan.
    	// Clean the finalizer.
    	if hasJobTrackingFinalizer(pod) {
    		jm.enqueueOrphanPod(pod)
    	}
    	// Get a list of all matching controllers and sync
    	// them to see if anyone wants to adopt it.
    	// DO NOT observe creation because no controller should be waiting for an
    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