From 44210092c1fbb60f57cc2360c2d9763ba5462598 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 17 Jul 2017 09:19:26 +0200 Subject: [PATCH] Fix comment to conform to golint --- pkg/volume/azure_file/azure_file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/azure_file/azure_file.go b/pkg/volume/azure_file/azure_file.go index 5c5fb4395c2..a4ba73faa63 100644 --- a/pkg/volume/azure_file/azure_file.go +++ b/pkg/volume/azure_file/azure_file.go @@ -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}} }