k3s/test/e2e_node
Kubernetes Submit Queue 7ec3be4c8e Merge pull request #36964 from ixdy/gobin-build
Automatic merge from submit-queue

Build vendored copy of go-bindata and use that in go generate step

**What this PR does / why we need it**: as the title says, uses the vendored version of `go-bindata` rather than expecting developers to `go get` it (when building outside docker).

**Which issue this PR fixes**: fixes #34067, partially addresses #36655

**Special notes for your reviewer**: we still call `go generate` far too many times:
```console
~/.../src/k8s.io/kubernetes $ which go-bindata
~/.../src/k8s.io/kubernetes $ make
+++ [1116 17:35:28] Building the toolchain targets:
    k8s.io/kubernetes/hack/cmd/teststale
    k8s.io/kubernetes/vendor/github.com/jteeuwen/go-bindata/go-bindata
+++ [1116 17:35:29] Generating bindata:
    test/e2e/framework/gobindata_util.go
+++ [1116 17:35:30] Building go targets for linux/amd64:
    cmd/libs/go2idl/deepcopy-gen
+++ [1116 17:35:35] Building the toolchain targets:
    k8s.io/kubernetes/hack/cmd/teststale
    k8s.io/kubernetes/vendor/github.com/jteeuwen/go-bindata/go-bindata
+++ [1116 17:35:35] Generating bindata:
    test/e2e/framework/gobindata_util.go
+++ [1116 17:35:36] Building go targets for linux/amd64:
    cmd/libs/go2idl/defaulter-gen
+++ [1116 17:35:41] Building the toolchain targets:
    k8s.io/kubernetes/hack/cmd/teststale
    k8s.io/kubernetes/vendor/github.com/jteeuwen/go-bindata/go-bindata
+++ [1116 17:35:41] Generating bindata:
    test/e2e/framework/gobindata_util.go
+++ [1116 17:35:42] Building go targets for linux/amd64:
    cmd/libs/go2idl/conversion-gen
+++ [1116 17:35:47] Building the toolchain targets:
    k8s.io/kubernetes/hack/cmd/teststale
    k8s.io/kubernetes/vendor/github.com/jteeuwen/go-bindata/go-bindata
+++ [1116 17:35:47] Generating bindata:
    test/e2e/framework/gobindata_util.go
+++ [1116 17:35:48] Building go targets for linux/amd64:
    cmd/libs/go2idl/openapi-gen
+++ [1116 17:35:56] Building the toolchain targets:
    k8s.io/kubernetes/hack/cmd/teststale
    k8s.io/kubernetes/vendor/github.com/jteeuwen/go-bindata/go-bindata
+++ [1116 17:35:56] Generating bindata:
    test/e2e/framework/gobindata_util.go
```
Fixing that is a separate effort, though.

cc @sebgoa @ZhangBanger
2016-12-02 07:29:01 -08:00
..
builder rename test/e2e_node/build/ to builder/ 2016-10-24 14:47:26 -07:00
conformance Final cleanup for node conformance test. 2016-11-23 13:39:54 -08:00
environment Update ubuntu image to e2e-node-ubuntu-trusty-docker10-v2-image. 2016-11-22 01:22:20 -08:00
jenkins Revert "Modify GCI mounter to enable NFSv3" 2016-12-01 11:47:24 -08:00
remote Collect serial output when test fails in node e2e. 2016-12-01 10:41:24 -08:00
runner Collect serial output when test fails in node e2e. 2016-12-01 10:41:24 -08:00
services remove some options from mega-struct 2016-11-29 10:59:43 -05:00
system Add a reporter to the system verification check 2016-11-12 16:36:40 +02:00
BUILD InodeEviction test tests that when some pods create many empty files, both in their container and in volumes, they are evicted before pods that act normally. 2016-11-28 13:09:40 -08:00
OWNERS add Lantao Liu as node e2e reviewer. Relieve pwittroc@ from node e2e maintenance 2016-08-11 12:56:05 -07:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
apparmor_test.go Move GroupVersion* to pkg/runtime/schema 2016-11-23 21:03:36 -06:00
benchmark_util.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
cgroup_manager_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
container.go test/e2e_node 2016-11-23 15:53:09 -08:00
container_manager_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
density_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
disk_eviction_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
dynamic_kubelet_configuration_test.go Add dynamic kubelet configuration utilities to node e2e tests 2016-11-02 10:02:21 -07:00
e2e_node_suite_test.go Merge pull request #36334 from luxas/add_preflight 2016-12-01 04:52:07 -08:00
garbage_collector_test.go Merge pull request #37392 from Random-Liu/final-cleanup-for-nct 2016-11-29 22:39:52 -08:00
gubernator.sh Fix error message around gcloud calls in node e2e and gubernator 2016-09-17 01:05:20 -04:00
image_id_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
image_list.go Kubelet: Use RepoDigest for ImageID when available 2016-10-10 15:16:58 -04:00
inode_eviction_test.go changed api to api/v1 2016-11-28 14:24:43 -08:00
kubelet_test.go Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
lifecycle_hook_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
log_path_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
memory_eviction_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
mirror_pod_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
resource_collector.go test/e2e_node 2016-11-23 15:53:09 -08:00
resource_usage_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
restart_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
runtime_conformance_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
simple_mount.go test/e2e_node 2016-11-23 15:53:09 -08:00
summary_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
util.go test/e2e_node 2016-11-23 15:53:09 -08:00
volume_manager_test.go test/e2e_node 2016-11-23 15:53:09 -08:00

README.md