Codegen: rm deepcopy files before regen

This commit is contained in:
Tim Hockin 2023-01-04 16:00:04 -08:00
parent 8704337395
commit 07f7941de6
No known key found for this signature in database

View File

@ -184,6 +184,8 @@ function codegen::deepcopy() {
done
fi
git_find -z ':(glob)**'/"${output_base}.go" | xargs -0 rm -f
./hack/run-in-gopath.sh "${gen_deepcopy_bin}" \
--v "${KUBE_VERBOSE}" \
--logtostderr \