k3s/pkg/kubelet/util
Ilya Dmitrichenko d14df7afa7 Move CSR helper for nodes out of kubelet
Including `cmd/kubelet/app` in kubeadm causes flag leakage.

Namelly, the problem is with `pkg/credentialprovider/gcp`, which
leaks `--google-json-key` and changing the behaviour of `init()`
doesn't sound reasonable, given kubelet is the only one who uses
this packages and obviously the flag is part of the functionality.

The helper is already generic enough, it has already been exported
and works well for kubeadm, so moving it should be fine.
2016-09-08 07:27:38 +01:00
..
cache Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
csr Move CSR helper for nodes out of kubelet 2016-09-08 07:27:38 +01:00
format Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ioutils Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
queue Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
sliceutils Kubelet code move: volume / util 2016-08-22 23:35:11 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00