Merge pull request #17817 from mqliang/eventtype

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-03 05:55:46 -08:00
4 changed files with 6 additions and 1 deletions

View File

@@ -112,7 +112,8 @@ func addConversionFuncs() {
"involvedObject.resourceVersion",
"involvedObject.fieldPath",
"reason",
"source":
"source",
"type":
return label, value, nil
default:
return "", "", fmt.Errorf("field label not supported: %s", label)