kubernetes/cmd/kubelet
mattjmcnaughton 34c8f51dcb
Remove all uses of dockershim from cmd/kubelet
We can remove all uses of `dockershim` from `cmd/kubelet`, by just
passing the docker options to the kubelet in their pure form, instead of
using them to create a `dockerClientConfig` (which is defined in
dockershim). We can then construct the `dockerClientConfig` only when we
actually need it.
2020-05-07 17:18:49 -04:00
..
app Remove all uses of dockershim from cmd/kubelet 2020-05-07 17:18:49 -04:00
BUILD remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubelet.go remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00