Fix some ci lint (#1233)

This commit is contained in:
Hang Yan
2020-01-05 21:36:32 +08:00
committed by GitHub
parent e7f05588bf
commit 7dbca5df34
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ func ConfigLabels(name string) map[string]string {
return map[string]string{Selector: name}
}
// ConfigLabels configures label and add Network Information in labels
// ConfigLabelsWithNetwork configures label and add Network Information in labels
func ConfigLabelsWithNetwork(name string, net []string) map[string]string {
labels := map[string]string{}