From 63c73a58a5700da9abeb68dbd0f8001fd0ebfd1c Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Fri, 10 Jul 2015 17:01:28 -0700 Subject: [PATCH] Fix gofmt from #11084 --- pkg/api/v1/conversion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1/conversion.go b/pkg/api/v1/conversion.go index 7b82324ec43..7f4863ae520 100644 --- a/pkg/api/v1/conversion.go +++ b/pkg/api/v1/conversion.go @@ -44,7 +44,7 @@ func addConversionFuncs() { "status.phase", "spec.nodeName": return label, value, nil - // This is for backwards compatability with old v1 clients which send spec.host + // This is for backwards compatability with old v1 clients which send spec.host case "spec.host": return "spec.nodeName", value, nil default: