mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Fix comment to conform to golint
This commit is contained in:
parent
a3506c8e16
commit
44210092c1
@ -33,7 +33,7 @@ import (
|
|||||||
"k8s.io/kubernetes/pkg/volume/util"
|
"k8s.io/kubernetes/pkg/volume/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This is the primary entrypoint for volume plugins.
|
// ProbeVolumePlugins is the primary endpoint for volume plugins
|
||||||
func ProbeVolumePlugins() []volume.VolumePlugin {
|
func ProbeVolumePlugins() []volume.VolumePlugin {
|
||||||
return []volume.VolumePlugin{&azureFilePlugin{nil}}
|
return []volume.VolumePlugin{&azureFilePlugin{nil}}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user