mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Remove DeprecatedSource assignment to avoid validation failure
This commit is contained in:
parent
ade2422883
commit
e54ad20f05
@ -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},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user