mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #111707 from leiyiz/migration
remove const that's not used
This commit is contained in:
commit
d9db8db68f
@ -43,10 +43,7 @@ import (
|
||||
"k8s.io/utils/clock"
|
||||
)
|
||||
|
||||
const (
|
||||
persistentVolumeInGlobalPath = "pv"
|
||||
globalMountInGlobalPath = "globalmount"
|
||||
)
|
||||
const globalMountInGlobalPath = "globalmount"
|
||||
|
||||
type csiAttacher struct {
|
||||
plugin *csiPlugin
|
||||
|
Loading…
Reference in New Issue
Block a user