kubectl: move translated data into kubectl

This commit is contained in:
Sean Sullivan
2018-10-11 16:03:57 -07:00
parent 688550b2d3
commit b7f8369da2
8 changed files with 28 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ def file_extension(filename):
skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git', 'cluster/env.sh',
"vendor", "test/e2e/generated/bindata.go", "hack/boilerplate/test",
"pkg/generated/bindata.go"]
"pkg/kubectl/generated/bindata.go"]
# list all the files contain 'DO NOT EDIT', but are not generated
skipped_ungenerated_files = ['hack/build-ui.sh', 'hack/lib/swagger.sh',