mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Purge almost all memories of godep
This commit is contained in:
parent
fad9e0650a
commit
04c2b1fbdc
@ -22,6 +22,5 @@ file-name generated.pb.go
|
||||
file-name generated.proto
|
||||
file-name types_swagger_doc_generated.go
|
||||
|
||||
path-prefix Godeps/
|
||||
path-prefix vendor/
|
||||
path-prefix pkg/generated/
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -125,9 +125,6 @@ zz_generated_*_test.go
|
||||
# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored
|
||||
!\.drone\.sec
|
||||
|
||||
# Godeps workspace
|
||||
/Godeps/_workspace
|
||||
|
||||
/bazel-*
|
||||
*.pyc
|
||||
|
||||
|
@ -730,7 +730,6 @@ function kube::build::copy_output() {
|
||||
--prune-empty-dirs \
|
||||
--filter='- /_temp/' \
|
||||
--filter='+ /vendor/' \
|
||||
--filter='+ /Godeps/' \
|
||||
--filter='+ /staging/***/Godeps/**' \
|
||||
--filter='+ /_output/dockerized/bin/**' \
|
||||
--filter='+ zz_generated.*' \
|
||||
|
@ -155,7 +155,7 @@ def file_extension(filename):
|
||||
return os.path.splitext(filename)[1].split(".")[-1].lower()
|
||||
|
||||
|
||||
skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git', 'cluster/env.sh',
|
||||
skipped_dirs = ['third_party', '_gopath', '_output', '.git', 'cluster/env.sh',
|
||||
"vendor", "test/e2e/generated/bindata.go", "hack/boilerplate/test",
|
||||
"staging/src/k8s.io/kubectl/pkg/generated/bindata.go"]
|
||||
|
||||
|
@ -46,8 +46,7 @@ function kfind() {
|
||||
\( \
|
||||
-path ./_\* -o \
|
||||
-path ./.\* -o \
|
||||
-path ./vendor -o \
|
||||
-path ./Godeps \
|
||||
-path ./vendor \
|
||||
\) -prune \
|
||||
\) \
|
||||
\) \
|
||||
|
Loading…
Reference in New Issue
Block a user