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" "k8s.io/utils/clock"
) )
const ( const globalMountInGlobalPath = "globalmount"
persistentVolumeInGlobalPath = "pv"
globalMountInGlobalPath = "globalmount"
)
type csiAttacher struct { type csiAttacher struct {
plugin *csiPlugin plugin *csiPlugin