Files
kubernetes/test/integration
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
..
2019-04-02 10:59:11 -07:00
2018-06-22 16:22:57 -07:00
2019-03-07 11:57:12 -08:00
2019-02-12 15:04:57 -08:00
2018-06-22 16:22:57 -07:00
2019-01-31 10:12:38 -05:00
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2018-04-27 13:03:31 -05:00
2019-03-19 16:21:34 +08:00