Merge pull request #111707 from leiyiz/migration

remove const that's not used
This commit is contained in:
Kubernetes Prow Robot
2022-11-04 13:48:15 -07:00
committed by GitHub

View File

@@ -43,10 +43,7 @@ import (
"k8s.io/utils/clock"
)
const (
persistentVolumeInGlobalPath = "pv"
globalMountInGlobalPath = "globalmount"
)
const globalMountInGlobalPath = "globalmount"
type csiAttacher struct {
plugin *csiPlugin