kubernetes/cmd/kubeadm/app/util/system
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
..
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
cgroup_validator_test.go kubeadm: use T.Run API in app/util/system 2018-12-28 13:09:07 +02:00
cgroup_validator.go [kubeadm/app/]switch to github.com/pkg/errors 2018-10-30 16:23:24 +08:00
docker_validator_test.go kubeadm: use T.Run API in app/util/system 2018-12-28 13:09:07 +02:00
docker_validator.go Recognize newer docker versions without -ce/-ee suffix 2018-11-13 18:55:29 +01:00
kernel_validator_helper.go Fix kubeadm checks import error 2018-07-13 14:27:46 +08:00
kernel_validator_test.go kubeadm: use T.Run API in app/util/system 2018-12-28 13:09:07 +02:00
kernel_validator.go error-imports-cleanups 2019-01-03 13:25:18 +01:00
os_validator_test.go kubeadm: use T.Run API in app/util/system 2018-12-28 13:09:07 +02:00
os_validator.go [kubeadm/app/]switch to github.com/pkg/errors 2018-10-30 16:23:24 +08:00
package_validator_test.go kubeadm: use T.Run API in app/util/system 2018-12-28 13:09:07 +02:00
package_validator.go error-imports-cleanups 2019-01-03 13:25:18 +01:00
report.go [kubeadm/app/]switch to github.com/pkg/errors 2018-10-30 16:23:24 +08:00
types_unix.go kubeadm: fix broken Docker 17.xx validation 2018-09-21 01:00:53 +03:00
types_windows.go improve the expression of some comments 2018-11-01 17:44:37 +08:00
types.go Fix kubeadm checks import error 2018-07-13 14:27:46 +08:00
validators.go error-imports-cleanups 2019-01-03 13:25:18 +01:00