go-to-protobuf: generate protobuf IDL and marshalers for Go structs

This commit is contained in:
Clayton Coleman
2015-11-26 18:13:55 -05:00
parent 1220464f2a
commit b1e01875a1
14 changed files with 1762 additions and 1 deletions

View File

@@ -59,7 +59,8 @@ if $SILENT ; then
echo "Running in the silent mode, run with -v if you want to see script logs."
fi
EXCLUDE="verify-godeps.sh"
# remove protobuf until it is part of direct generation
EXCLUDE="verify-godeps.sh verify-generated-protobuf.sh"
ret=0
for t in `ls $KUBE_ROOT/hack/verify-*.sh`