mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
parent
2f47b3ed11
commit
6ea0c2b3b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue