Moves pkg/kubectl/util/i18n to staging

This commit is contained in:
Sean Sullivan
2019-07-25 14:44:06 -07:00
parent 96594b6723
commit 70984d8385
140 changed files with 145 additions and 145 deletions

View File

@@ -149,7 +149,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/kubectl/generated/bindata.go"]
"staging/src/k8s.io/kubectl/pkg/generated/bindata.go"]
# list all the files contain 'DO NOT EDIT', but are not generated
skipped_ungenerated_files = ['hack/lib/swagger.sh', 'hack/boilerplate/boilerplate.py']