- Moved gobindata, refactored ReadOrDie refs

- Remaining spaghetti untangled
- Missed bazel update and a few hardcoded refs
- New instance of framework.ReadOrDie reference removed post rebase
- Resolve new clientset rebase
- Fixed e2e/generated BUILD dep
- A space
- Missed gobindata ref in golang.sh
This commit is contained in:
Sebastian Jug
2016-11-17 16:13:45 -05:00
parent 2212c421f6
commit 79202656bc
11 changed files with 101 additions and 94 deletions

View File

@@ -168,7 +168,7 @@ readonly KUBE_STATIC_LIBRARIES=(
# Add any files with those //generate annotations in the array below.
readonly KUBE_BINDATAS=(
test/e2e/framework/gobindata_util.go
test/e2e/generated/gobindata_util.go
)
kube::golang::is_statically_linked_library() {