k3s/test/integration/framework
Lubomir I. Ivanov 76906dd738 test: partially decouple from cmd/kubeadm
The test package imports cmd/kubeadm, which is far from ideal.
There are a couple of reasons for the import:
1) Marshaling of Ingress from api/extensions/v1beta1.

To fix that include a local function in e2e/manifest/manifest.go
that does that same as the kubeadm MarshalToYaml.

2) Using PKI helper function in apimachinery and auth tests.

To fix that include a new file under test/utils/pki_helpers.go
that only contains the required helpers instead of including the whole
kubeadm pkiutil package.

There is another related problem:
e2e_node/e2e_node_suite_test.go includes:
k8s.io/kubernetes/cmd/kubeadm/app/util/system

But this has to be done in a follow up.
2019-04-04 15:41:28 +03:00
..
BUILD test: partially decouple from cmd/kubeadm 2019-04-04 15:41:28 +03:00
etcd.go fix link to etcd install docs 2019-03-26 13:40:18 -04:00
master_utils.go Add resourceVersion=0 paginated list integration test for disabled and enabled watch cache 2019-04-02 13:06:15 -07:00
perf_utils.go Remove test/integration/* from hack/.golint_failures 2019-02-28 19:52:39 -07:00
serializer.go
test_server.go test: partially decouple from cmd/kubeadm 2019-04-04 15:41:28 +03:00
util.go Remove test/integration/* from hack/.golint_failures 2019-02-28 19:52:39 -07:00