fix golint failures of pkg/kubectl/cmd/help pkg/kubectl/cmd/proxy pkg/kubectl/cmd/util/openapi

This commit is contained in:
SataQiu
2019-05-05 23:40:09 +08:00
parent 43ce2f17cf
commit d413e3f18d
5 changed files with 7 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ package openapi
import "github.com/go-openapi/spec"
// PrintColumnsKey is the key that defines which columns should be printed
const PrintColumnsKey = "x-kubernetes-print-columns"
// GetPrintColumns looks for the open API extension for the display columns.