kubernetes/cmd/kubeadm/app/util
Dmitry Rozhkov 43fce8d6e4 e2e-node-tests: fix path to system specs
e2e-node tests may use custom system specs for validating nodes to
conform the specs. The functionality is switched on when the tests
are run with this command:

    make SYSTEM_SPEC_NAME=gke test-e2e-node

Currently the command fails with the error:

    F1228 16:12:41.568836   34514 e2e_node_suite_test.go:106] Failed to load system spec: open /home/rojkov/go/src/k8s.io/kubernetes/k8s.io/kubernetes/cmd/kubeadm/app/util/system/specs/gke.yaml: no such file or directory

Move the spec file under `test/e2e_node/system/specs` and introduce a single
public constant referring the file to use instead of multiple private constants.
2019-01-10 10:37:55 +02:00
..
apiclient error-imports-cleanups 2019-01-03 13:25:18 +01:00
audit add BUILD 2018-10-30 16:23:52 +08:00
certs move test utilites out of /test 2018-12-04 19:27:17 +08:00
config error-imports-cleanups 2019-01-03 13:25:18 +01:00
dryrun error-imports-cleanups 2019-01-03 13:25:18 +01:00
etcd cleanup kubeadm etcd client 2019-01-03 12:21:17 +01:00
kubeconfig kubeadm: use T.Run API in app/util 2018-12-29 18:27:38 +02:00
pkiutil error-imports-cleanups 2019-01-03 13:25:18 +01:00
pubkeypin add BUILD 2018-10-30 16:23:52 +08:00
runtime error-imports-cleanups 2019-01-03 13:25:18 +01:00
staticpod kubeadm: use T.Run API in app/util 2018-12-29 18:27:38 +02:00
system e2e-node-tests: fix path to system specs 2019-01-10 10:37:55 +02:00
arguments_test.go kubeadm: use T.Run API in app/util 2018-12-29 18:27:38 +02:00
arguments.go simplify logic for func BuildArgumentListFromMap 2018-11-01 23:15:48 +08:00
BUILD move test utilites out of /test 2018-12-04 19:27:17 +08:00
cgroupdriver_test.go kubeadm: conditionally set the kubelet cgroup driver for Docker 2018-05-30 20:29:21 +03:00
cgroupdriver.go [kubeadm/app/]switch to github.com/pkg/errors 2018-10-30 16:23:24 +08:00
chroot_test.go kubeadm: chroot to new --rootfs arg 2018-08-08 18:10:39 +10:00
chroot_unix.go [kubeadm/app/]switch to github.com/pkg/errors 2018-10-30 16:23:24 +08:00
chroot_windows.go [kubeadm/app/]switch to github.com/pkg/errors 2018-10-30 16:23:24 +08:00
copy.go Adding etcd upgrade to kubeadm upgrade apply 2017-11-18 18:47:50 -05:00
endpoint_test.go kubeadm: use T.Run API in app/util 2018-12-29 18:27:38 +02:00
endpoint.go kubeadm: improve hostport parsing error messages 2018-11-20 13:21:36 +02:00
error_test.go kubeadm: use T.Run API in app/util 2018-12-29 18:27:38 +02:00
error.go error-imports-cleanups 2019-01-03 13:25:18 +01:00
marshal_test.go Automated bump from v1alpha3 references to v1beta1 2018-10-04 12:03:38 +02:00
marshal.go error-imports-cleanups 2019-01-03 13:25:18 +01:00
template_test.go kubeadm: use T.Run API in app/util 2018-12-29 18:27:38 +02:00
template.go [kubeadm/app/util]switch to github.com/pkg/errors 2018-10-26 15:17:21 +08:00
version_test.go kubeadm: use T.Run API in app/util 2018-12-29 18:27:38 +02:00
version.go error-imports-cleanups 2019-01-03 13:25:18 +01:00