change hack/update-codecgen.sh

pull/6/head
Chao Xu 2017-06-11 14:47:19 -07:00
parent 6abfeb9d40
commit 633ef0d44d
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ kube::golang::setup_env
# list (since there aren't many dependencies). # list (since there aren't many dependencies).
generated_files=($( generated_files=($(
find ./vendor/k8s.io/api/ \
-name '*.generated.go' | LC_ALL=C sort -r
find . -not \( \ find . -not \( \
\( \ \( \
-wholename './output' \ -wholename './output' \