# Functions
IsJobEqual returns true if the Job is not equal and should be updated.
IsJobStatusEqual returns true if the JobStatus is not equal for a Job.
NewContext returns a new Context.
NewContextWithRecorder returns a new Context with a custom EventRecorder.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObserveFirstTaskCreation records a metric for the first task creation time of a Job.
UpdateJobStatusFromTaskRefs returns a new Job after updating JobStatus from TaskRefs.
# Structs
Context extends the common controllercontext.Context.
Controller is responsible for reconciling Jobs with their downstream task executor states.
ExecutionControl is a wrapper around the Execution clientset.
No description provided by the author
InformerWorker receives events from the informer and enqueues work to be done for the controller.
No description provided by the author