Merge pull request #5447 from jayunit100/k8petstore

K8petstore
This commit is contained in:
Brendan Burns
2015-03-17 07:28:30 -07:00
83 changed files with 11195 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ readonly KUBE_TEST_TARGETS=(
cmd/integration
cmd/gendocs
cmd/genman
examples/k8petstore/web-server
)
readonly KUBE_TEST_BINARIES=("${KUBE_TEST_TARGETS[@]##*/}")
readonly KUBE_TEST_BINARIES_WIN=("${KUBE_TEST_BINARIES[@]/%/.exe}")