Commit 6ea0c2b3 authored by Zach Loafman's avatar Zach Loafman Committed by Brendan Burns

Fix gofmt from #11084

(cherry picked from commit 63c73a58)
parent 2f47b3ed
...@@ -44,7 +44,7 @@ func addConversionFuncs() { ...@@ -44,7 +44,7 @@ func addConversionFuncs() {
"status.phase", "status.phase",
"spec.nodeName": "spec.nodeName":
return label, value, nil 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": case "spec.host":
return "spec.nodeName", value, nil return "spec.nodeName", value, nil
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment