fix pkg/controller/volume/expand/pvc_populator.go

This commit is contained in:
ZP-AlwaysWin
2019-07-12 21:02:30 +08:00
parent baeff5bada
commit 1573be94ae
3 changed files with 2 additions and 131 deletions

View File

@@ -95,6 +95,7 @@ type expandController struct {
queue workqueue.RateLimitingInterface
}
// NewExpandController expands the pvs
func NewExpandController(
kubeClient clientset.Interface,
pvcInformer coreinformers.PersistentVolumeClaimInformer,