k3s/pkg/kubelet/client
Justin Santa Barbara 7381e9ac37 Refactor: separate KubeletClient & ConnectionInfoGetter concepts
KubeletClient implements ConnectionInfoGetter, but it is not a complete
implementation: it does not set the kubelet port from the node record,
for example.

By renaming the method so that it does not implement the interface, we
are able to cleanly see where the "raw" GetConnectionInfo is used (it is
correct) and also have go type-checking enforce this for us.
2016-09-29 01:05:13 -04:00
..
kubelet_client.go Refactor: separate KubeletClient & ConnectionInfoGetter concepts 2016-09-29 01:05:13 -04:00
kubelet_client_test.go Refactor: separate KubeletClient & ConnectionInfoGetter concepts 2016-09-29 01:05:13 -04:00