Commit 5ff1597c authored by Jan Safranek's avatar Jan Safranek

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.
parent c19e08eb
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment