kubernetes/cmd/kubelet/app
Michael Taufen f5eed7e91d Add a separate flags struct for Kubelet flags
Kubelet flags are not necessarily appropriate for the KubeletConfiguration
object. For example, this PR also removes HostnameOverride and NodeIP
from KubeletConfiguration. This is a preleminary step to enabling Nodes
to share configurations, as part of the dynamic Kubelet configuration
feature (#29459). Fields that must be unique for each node inhibit
sharing, because their values, by definition, cannot be shared.
2017-04-03 13:28:29 -07:00
..
options Add a separate flags struct for Kubelet flags 2017-04-03 13:28:29 -07:00
auth.go install authentication.k8s.io/v1, add tests 2017-02-07 01:44:56 -05:00
bootstrap_test.go find and replace 2017-01-20 08:04:53 -05:00
bootstrap.go kubeadm: moved import to client-go, where possible 2017-02-15 13:06:15 -08:00
BUILD Addition of ScaleIO Kubernetes Volume Plugin 2017-03-03 15:47:19 -05:00
OWNERS Update OWNERS 2017-01-18 15:19:06 -08:00
plugins.go Addition of ScaleIO Kubernetes Volume Plugin 2017-03-03 15:47:19 -05:00
server_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
server_test.go add support for node allocatable phase 2 to kubelet 2017-02-27 21:24:44 -08:00
server_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
server.go Add a separate flags struct for Kubelet flags 2017-04-03 13:28:29 -07:00