Remove DeprecatedSource assignment to avoid validation failure

This commit is contained in:
Chelsey Chen 2020-07-02 12:53:25 -04:00
parent ade2422883
commit e54ad20f05

View File

@ -84,8 +84,5 @@ func (recorder *recorderImpl) makeEvent(refRegarding *v1.ObjectReference, refRel
Related: refRelated, Related: refRelated,
Note: message, Note: message,
Type: eventtype, Type: eventtype,
// TODO: remove this when we change conversion to convert eventSource
// to reportingController
DeprecatedSource: v1.EventSource{Component: reportingController},
} }
} }