kubernetes/pkg/controller/volume/persistentvolume
Kubernetes Submit Queue a67e78e4fa Merge pull request #40317 from kpgriffith/recycle-vol-plug-cleanup
Automatic merge from submit-queue (batch tested with PRs 41364, 40317, 41326, 41783, 41782)

changes to cleanup the volume plugin for recycle

**What this PR does / why we need it**:
Code cleanup. Changing from creating a new interface from the plugin, that then calls a function to recycle a volume, to adding the function to the plugin itself.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #26230

**Special notes for your reviewer**:
Took same approach from closed PR #28432.

Do you want the approach to be the same for NewDeleter(), NewMounter(), NewUnMounter() and should they be in this same PR or submit different PR's for those?

**Release note**:

```NONE
```
2017-02-21 07:45:40 -08:00
..
options Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
binder_test.go PV binding: send an event when there are no PVs to bind 2017-02-02 13:30:53 +01:00
BUILD Switch pv controller to shared informers 2017-02-16 10:08:23 -05:00
delete_test.go cmd/kube-controller-manager 2016-11-23 15:53:09 -08:00
framework_test.go Merge pull request #40317 from kpgriffith/recycle-vol-plug-cleanup 2017-02-21 07:45:40 -08:00
index_test.go move client/record 2017-01-31 19:14:13 -05:00
index.go Revert "Remove alpha provisioning" 2017-02-16 13:53:55 +01:00
OWNERS Update OWNERS approvers and reviewers: pkg/controller 2016-11-02 16:19:18 -07:00
provision_test.go Switch pv controller to shared informers 2017-02-16 10:08:23 -05:00
pv_controller_base.go Switch pv controller to shared informers 2017-02-16 10:08:23 -05:00
pv_controller_test.go Switch pv controller to shared informers 2017-02-16 10:08:23 -05:00
pv_controller.go Merge pull request #40317 from kpgriffith/recycle-vol-plug-cleanup 2017-02-21 07:45:40 -08:00
recycle_test.go cleanup the volume plugin for recycle 2017-02-06 10:38:49 -06:00
volume_host.go SecretVolume using secret manager 2017-01-23 16:10:01 +01:00