kubelet: use ConfigurationMap instead of json

This commit is contained in:
Mike Danese
2016-01-13 15:56:51 -08:00
parent cfd046f73f
commit 35a3785cf6
5 changed files with 10 additions and 85 deletions

View File

@@ -698,7 +698,7 @@ type KubeletConfig struct {
NetworkPluginName string
NetworkPlugins []network.NetworkPlugin
NodeName string
NodeLabels string
NodeLabels map[string]string
NodeStatusUpdateFrequency time.Duration
OOMAdjuster *oom.OOMAdjuster
OSInterface kubecontainer.OSInterface