mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix gofmt from #11084
This commit is contained in:
parent
fd254169c6
commit
63c73a58a5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user