k3s/pkg/controller/job
Kubernetes Submit Queue 7eb88f11d2
Merge pull request #59727 from wgliang/master.time
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

should use time.Since instead of time.Now().Sub

**What this PR does / why we need it**:
should use time.Since instead of time.Now().Sub

**Special notes for your reviewer**:
2018-05-10 20:29:40 -07:00
..
BUILD update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
OWNERS Update owners file for job and cronjob controller 2017-02-07 11:24:51 +01:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
job_controller.go Merge pull request #59727 from wgliang/master.time 2018-05-10 20:29:40 -07:00
job_controller_test.go update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
utils.go Migrate to NewControllerRef from meta/v1 package 2017-08-06 22:43:46 +10:00
utils_test.go make these tests table-driven 2017-08-31 14:08:46 +08:00