Fix comment to conform to golint

This commit is contained in:
Cosmin Cojocar 2017-07-17 09:19:26 +02:00
parent a3506c8e16
commit 44210092c1

View File

@ -33,7 +33,7 @@ import (
"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 {
return []volume.VolumePlugin{&azureFilePlugin{nil}}
}