kubernetes/pkg/kubelet/kubeletconfig
Kubernetes Submit Queue b2fe2a0a6d
Merge pull request #59847 from mtaufen/dkcfg-explicit-keys
Automatic merge from submit-queue (batch tested with PRs 63624, 59847). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

explicit kubelet config key in Node.Spec.ConfigSource.ConfigMap

This makes the Kubelet config key in the ConfigMap an explicit part of
the API, so we can stop using magic key names.
    
As part of this change, we are retiring ConfigMapRef for ConfigMap.


```release-note
You must now specify Node.Spec.ConfigSource.ConfigMap.KubeletConfigKey when using dynamic Kubelet config to tell the Kubelet which key of the ConfigMap identifies its config file.
```
2018-05-09 17:55:13 -07:00
..
checkpoint explicit kubelet config key in Node.Spec.ConfigSource.ConfigMap 2018-05-08 15:37:26 -07:00
configfiles expunge the word 'manifest' from Kubelet's config API 2018-02-23 11:44:06 -08:00
status Merge pull request #59847 from mtaufen/dkcfg-explicit-keys 2018-05-09 17:55:13 -07:00
util Merge pull request #59847 from mtaufen/dkcfg-explicit-keys 2018-05-09 17:55:13 -07:00
BUILD explicit kubelet config key in Node.Spec.ConfigSource.ConfigMap 2018-05-08 15:37:26 -07:00
configsync.go unpack dynamic kubelet config payloads to files 2018-04-19 09:18:53 -07:00
controller.go unpack dynamic kubelet config payloads to files 2018-04-19 09:18:53 -07:00
OWNERS
watch.go explicit kubelet config key in Node.Spec.ConfigSource.ConfigMap 2018-05-08 15:37:26 -07:00