protobuf generation modifies types.go, which needs to be copied out

This was broken when we moved to the build container, but no one noticed. We also likely have another bug, which is that protobuf should hard fail when we have fields that aren't assigned a tag.
parent 4dffb617
...@@ -704,6 +704,7 @@ function kube::build::copy_output() { ...@@ -704,6 +704,7 @@ function kube::build::copy_output() {
--filter='+ zz_generated.*' \ --filter='+ zz_generated.*' \
--filter='+ generated.proto' \ --filter='+ generated.proto' \
--filter='+ *.pb.go' \ --filter='+ *.pb.go' \
--filter='+ types.go' \
--filter='+ */' \ --filter='+ */' \
--filter='- /**' \ --filter='- /**' \
"rsync://k8s@${KUBE_RSYNC_ADDR}/k8s/" "${KUBE_ROOT}" "rsync://k8s@${KUBE_RSYNC_ADDR}/k8s/" "${KUBE_ROOT}"
......
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