Rename controller*.go to pv_controller*.go

To make log filtering easier. controller.go is used by several controllers and
matching logs for "pv_controller.*" is much better.
This commit is contained in:
Jan Safranek 2016-09-26 12:26:58 +02:00
parent c19e08ebbc
commit 5ff1597cf9
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 // This file contains the controller base functionality, i.e. framework to
// process PV/PVC added/updated/deleted events. The real binding, provisioning, // 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 // NewPersistentVolumeController creates a new PersistentVolumeController
func NewPersistentVolumeController( func NewPersistentVolumeController(