mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
remove const that's not used
This commit is contained in:
parent
eefcf6aa80
commit
ea0fe5a33e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user