Commit 13357bd6 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents c19e08eb 5ff1597c
...@@ -41,7 +41,7 @@ import ( ...@@ -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(
......
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