make eventType versioned correctly

This commit is contained in:
mqliang 2016-01-31 21:14:08 +08:00
parent 3db1a6c3ce
commit 1c9b12fe72

View File

@ -361,6 +361,7 @@ var fieldMappings = versionToResourceToFieldMapping{
ObjectNameField: ObjectNameField,
EventReason: EventReason,
EventSource: EventSource,
EventType: EventType,
EventInvolvedKind: EventInvolvedKind,
EventInvolvedNamespace: EventInvolvedNamespace,
EventInvolvedName: EventInvolvedName,