k3s/test
Kubernetes Submit Queue f39e86c0a5 Merge pull request #34474 from liggitt/connection-info-refactor
Automatic merge from submit-queue

Remove static kubelet client, refactor ConnectionInfoGetter

Follow up to https://github.com/kubernetes/kubernetes/pull/33718

* Collapses the multi-valued return to a `ConnectionInfo` struct
* Removes the "raw" connection info method and interface, since it was only used in a single non-test location (by the "real" connection info method)
* Disentangles the node REST object from being a ConnectionInfoProvider itself by extracting an implementation of ConnectionInfoProvider that takes a node (using a provided NodeGetter) and determines ConnectionInfo
* Plumbs the KubeletClientConfig to the point where we construct the helper object that combines the config and the node lookup. I anticipate adding a preference order for choosing an address type in https://github.com/kubernetes/kubernetes/pull/34259
2016-10-18 13:20:25 -07:00
..
e2e Merge pull request #34991 from yujuhong/disable_misc 2016-10-18 02:48:44 -07:00
e2e_node Merge pull request #34995 from timstclair/summary-test 2016-10-18 02:00:45 -07:00
fixtures Update mounttest container image version to 0.7 everywhere. 2016-09-02 09:03:11 -04:00
images Merge pull request #34542 from Crassirostris/logs-generator 2016-10-17 03:32:31 -07:00
integration Merge pull request #34474 from liggitt/connection-info-refactor 2016-10-18 13:20:25 -07:00
kubemark Mount master-pd in kubemark 2016-10-18 11:25:17 +02:00
list Add test_list command, to enumerate unit and e2e tests. 2016-10-17 15:56:33 -07:00
soak Change minion to node 2016-09-28 10:53:30 -07:00
utils Move RunRC-like functions to test/utils 2016-10-12 15:06:56 +02:00
.gitattributes Add test/test_owners.csv, for automatic assignment of test failures. 2016-07-01 17:39:14 -07:00
OWNERS
test_owners.csv Remove old references to contrib/mesos 2016-10-01 16:46:48 +03:00