Commit 633ef0d4 authored by Chao Xu's avatar Chao Xu

change hack/update-codecgen.sh

parent 6abfeb9d
...@@ -27,6 +27,9 @@ kube::golang::setup_env ...@@ -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' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment