Commit 2f41a515 authored by Chao Xu's avatar Chao Xu

let hack/update-codecgen.sh include k8s.io/metrics

parent dec78eb9
......@@ -51,6 +51,9 @@ generated_files=($(
-o -wholename '*/codecgen-*-1234.generated.go' \
\) -prune \
\) -name '*.generated.go' | LC_ALL=C sort -r
find ./vendor/k8s.io/metrics/ \
-name '*.generated.go' | LC_ALL=C sort -r
))
# We only work for deps within this prefix.
......
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