Call update-proto-bindings from update-codegen

One script to bring them all ...
This commit is contained in:
Tim Hockin
2023-01-05 15:41:51 -08:00
parent a057f35c90
commit 4dae505d53
16 changed files with 18 additions and 89 deletions

View File

@@ -777,6 +777,12 @@ function codegen::subprojects() {
done
}
function codegen::protobindings() {
# NOTE: All output from this script needs to be copied back to the calling
# source tree. This is managed in kube::build::copy_output in build/common.sh.
# If the output set is changed update that function.
build/run.sh hack/update-generated-proto-bindings-dockerized.sh
}
#
# main