From 32dfd3e07b119a7bba64505a40da79f5d31c1291 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 30 Apr 2015 15:43:14 -0400 Subject: [PATCH] Correct the capitalization of KubeProxyVersion --- pkg/conversion/node_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/conversion/node_example.json b/pkg/conversion/node_example.json index 792995b84d7..8574c731a7b 100644 --- a/pkg/conversion/node_example.json +++ b/pkg/conversion/node_example.json @@ -43,7 +43,7 @@ "osImage": "Debian GNU/Linux 7 (wheezy)", "containerRuntimeVersion": "docker://1.5.0", "kubeletVersion": "v0.15.0-484-g0c8ee980d705a3-dirty", - "KubeProxyVersion": "v0.15.0-484-g0c8ee980d705a3-dirty" + "kubeProxyVersion": "v0.15.0-484-g0c8ee980d705a3-dirty" } } }