Add dependencies for k8petstore to Godeps

Cleanup k8petstore to use Godeps dependencies, add to hack/build-go.sh
Remove trailing spaces, README
This commit is contained in:
Jeff Lowdermilk
2015-03-16 17:11:53 -07:00
committed by jayunit100
parent abf3bb226e
commit 404b20e6b8
66 changed files with 9966 additions and 14 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}")