add UpdateRuntimeConfig interface

This commit is contained in:
Minhan Xia
2016-10-07 12:32:57 -07:00
parent ead65fc25f
commit 480bcb9760
8 changed files with 329 additions and 183 deletions

View File

@@ -29,7 +29,7 @@ BINS=(
)
make -C "${KUBE_ROOT}" WHAT="${BINS[*]}"
if [[ -z "$(which protoc)" || "$(protoc --version)" != "libprotoc 3.0."* ]]; then
if [[ -z "$(which protoc)" || "$(protoc --version)" != "libprotoc 3."* ]]; then
echo "Generating protobuf requires protoc 3.0.0-beta1 or newer. Please download and"
echo "install the platform appropriate Protobuf package for your OS: "
echo