Commit 6511067a authored by Zach Loafman's avatar Zach Loafman

Merge pull request #11092 from zmerlynn/fix-gofmt-release-021

Fix gofmt from #11084
parents fd254169 63c73a58
...@@ -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