kubernetes/pkg/controller/deployment
Kubernetes Submit Queue c526d6fa84
Merge pull request #66473 from fisherxu/remove_code
Automatic merge from submit-queue (batch tested with PRs 64815, 66823, 66473, 66466). 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>.

Clean up unused code

**What this PR does / why we need it**:
Clean up the unused duplicate code.
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-08-03 18:03:04 -07:00
..
util Merge pull request #66473 from fisherxu/remove_code 2018-08-03 18:03:04 -07:00
BUILD Safe encode template hash value to make it consistent with resource name 2018-07-13 09:52:26 -07:00
deployment_controller_test.go remove redundant getKey functions from tests 2018-05-30 22:15:06 -07:00
deployment_controller.go deployment: remove unused parameter 'podMap' 2018-06-25 09:22:58 +08:00
OWNERS Remove kargakis from OWNERS, add tnozicka 2017-09-19 11:05:23 +02:00
progress_test.go Default extensions/v1beta1 Deployment's ProgressDeadlineSeconds to MaxInt32. 2018-07-27 10:10:30 -07:00
progress.go Default extensions/v1beta1 Deployment's ProgressDeadlineSeconds to MaxInt32. 2018-07-27 10:10:30 -07:00
recreate_test.go Use apps/v1 in Deployment controller. 2018-05-22 13:42:10 -07:00
recreate.go deployment: remove unused parameter 'podMap' 2018-06-25 09:22:58 +08:00
rollback.go deployment: remove unused parameter 'podMap' 2018-06-25 09:22:58 +08:00
rolling_test.go Use apps/v1 in Deployment controller. 2018-05-22 13:42:10 -07:00
rolling.go deployment: remove unused parameter 'podMap' 2018-06-25 09:22:58 +08:00
sync_test.go Use apps/v1 in Deployment controller. 2018-05-22 13:42:10 -07:00
sync.go Default extensions/v1beta1 Deployment's ProgressDeadlineSeconds to MaxInt32. 2018-07-27 10:10:30 -07:00