fix updateJob scheduling of resync

parent 82c986ec
...@@ -320,7 +320,7 @@ func (jm *JobController) deletePod(obj interface{}) { ...@@ -320,7 +320,7 @@ func (jm *JobController) deletePod(obj interface{}) {
} }
func (jm *JobController) updateJob(old, cur interface{}) { func (jm *JobController) updateJob(old, cur interface{}) {
oldJob := cur.(*batch.Job) oldJob := old.(*batch.Job)
curJob := cur.(*batch.Job) curJob := cur.(*batch.Job)
// never return error // never return error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment