Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for corerest (0.16 sec)

  1. pkg/controller/job/job_controller.go

    	}
    	return ret
    }
    
    // resolveControllerRef returns the controller referenced by a ControllerRef,
    // or nil if the ControllerRef could not be resolved to a matching controller
    // of the correct Kind.
    func (jm *Controller) resolveControllerRef(namespace string, controllerRef *metav1.OwnerReference) *batch.Job {
    	// We can't look up by UID, so look up by Name and then verify UID.
    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