• Clayton Coleman's avatar
    Split kubelet server initialization into two parts · bb79365e
    Clayton Coleman authored
    First is initializing a KubeletConfig that starts no background
    processes. Second is running the config. Provide a legacy path
    that won't impact older callers while making it easier to customize
    the interfaces passed to the Kubelet.
    
    Used by OpenShift to inject some custom interfaces to the Kubelet
    for config management.
    bb79365e
Name
Last commit
Last update
..
hyperkube.go Loading commit data...
hyperkube_test.go Loading commit data...
kube-apiserver.go Loading commit data...
kube-controller-manager.go Loading commit data...
kube-proxy.go Loading commit data...
kube-scheduler.go Loading commit data...
kubelet.go Loading commit data...
main.go Loading commit data...
server.go Loading commit data...