mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
parent
2f47b3ed11
commit
6ea0c2b3b7
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user