fix golint issue for pkg/volume/util

This commit is contained in:
Cheng Pan
2018-09-10 21:22:15 +00:00
parent 26403b758b
commit a5c4f341d7
10 changed files with 25 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ import (
"k8s.io/kubernetes/pkg/volume"
)
var nodeLabels map[string]string = map[string]string{
var nodeLabels = map[string]string{
"test-key1": "test-value1",
"test-key2": "test-value2",
}