Merge pull request #33367 from jsafrane/rename-controller

Automatic merge from submit-queue

Rename controller*.go to pvcontroller*.go

To make log filtering easier. controller.go is used by several controllers and matching logs for "pvcontroller.*" is much better.

@kubernetes/sig-storage
This commit is contained in:
Kubernetes Submit Queue 2016-09-26 04:58:08 -07:00 committed by GitHub
commit 13357bd653
3 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import (
// This file contains the controller base functionality, i.e. framework to
// process PV/PVC added/updated/deleted events. The real binding, provisioning,
// recycling and deleting is done in controller.go
// recycling and deleting is done in pv_controller.go
// NewPersistentVolumeController creates a new PersistentVolumeController
func NewPersistentVolumeController(