mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
fix the left pre V1 field names in 290c4618c331f4f30a278af520121ff35
This commit is contained in:
@@ -42,7 +42,7 @@ func addConversionFuncs() {
|
||||
case "metadata.name",
|
||||
"metadata.namespace",
|
||||
"status.phase",
|
||||
"spec.host":
|
||||
"spec.nodeName":
|
||||
return label, value, nil
|
||||
default:
|
||||
return "", "", fmt.Errorf("field label not supported: %s", label)
|
||||
|
Reference in New Issue
Block a user