fix the left pre V1 field names in 290c4618c331f4f30a278af520121ff35

This commit is contained in:
Chao Xu
2015-06-18 18:36:23 -07:00
parent f990899290
commit 5673f73378
5 changed files with 10 additions and 13 deletions

View File

@@ -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)