k3s/cmd/kubelet/app
Clayton Coleman 01c9b6ce8f
Kubelet run() should accept partial KubeletDeps
This is used by integrators that want to perform partial overrides of
key interfaces. Refactors the run() method to fit the existing style and
preserve the existing behavior, but allow (for instance) client
bootstrap and cert refresh even when some dependencies are injected.
2017-07-06 15:06:25 -04:00
..
options Merge pull request #46327 from supereagle/mark-network-plugin-dir-deprecated 2017-06-19 11:23:54 -07:00
BUILD Move the kubelet certificate management code into a single package 2017-07-05 18:11:49 -04:00
OWNERS Update OWNERS 2017-01-18 15:19:06 -08:00
auth.go expose kubelet authentication and authorization builders 2017-05-04 14:35:24 -04:00
bootstrap.go kubelet should resume csr bootstrap 2017-06-22 23:45:15 +02:00
bootstrap_test.go find and replace 2017-01-20 08:04:53 -05:00
plugins.go Add StorageOS volume plugin 2017-06-09 13:19:27 +01:00
server.go Kubelet run() should accept partial KubeletDeps 2017-07-06 15:06:25 -04:00
server_linux.go
server_test.go add support for node allocatable phase 2 to kubelet 2017-02-27 21:24:44 -08:00
server_unsupported.go