kubernetes/pkg/controller/deployment
Kubernetes Submit Queue ec382f3511 Merge pull request #50989 from wgliang/master
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

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
NONE
**Special notes for your reviewer**:
NONE
**Release note**:

```release-note
```
NONE
2017-09-23 00:24:35 -07:00
..
util Fix deployment timeout reporting 2017-09-08 17:48:46 +02:00
BUILD Adds the rand.SafeEncodeString function and uses this function to 2017-08-30 14:01:11 -07:00
deployment_controller_test.go Migrate to NewControllerRef from meta/v1 package 2017-08-06 22:43:46 +10:00
deployment_controller.go Merge pull request #50989 from wgliang/master 2017-09-23 00:24:35 -07:00
OWNERS Remove kargakis from OWNERS, add tnozicka 2017-09-19 11:05:23 +02:00
progress_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
progress.go Remove failure check from deployment controller 2017-08-03 18:49:16 +02:00
recreate_test.go controllers: simplify deepcopy calls 2017-08-29 19:21:24 +02:00
recreate.go controller: cleanup complete deployments only 2017-07-11 19:20:14 +02:00
rollback.go run hack/update-all 2017-06-22 11:31:03 -07:00
rolling_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
rolling.go controller: cleanup complete deployments only 2017-07-11 19:20:14 +02:00
sync_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
sync.go Adds the rand.SafeEncodeString function and uses this function to 2017-08-30 14:01:11 -07:00