mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
change hack/update-codecgen.sh
This commit is contained in:
parent
6abfeb9d40
commit
633ef0d44d
@ -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' \
|
||||||
|
Loading…
Reference in New Issue
Block a user