Use typed events client directly

This commit is contained in:
Mikhail Mazurskiy
2018-03-29 23:24:26 +11:00
parent 61cddc9a7f
commit 468655b76a
28 changed files with 36 additions and 42 deletions

View File

@@ -91,7 +91,6 @@ func NewHorizontalController(
) *HorizontalController {
broadcaster := record.NewBroadcaster()
broadcaster.StartLogging(glog.Infof)
// TODO: remove the wrapper when every clients have moved to use the clientset.
broadcaster.StartRecordingToSink(&v1core.EventSinkImpl{Interface: evtNamespacer.Events("")})
recorder := broadcaster.NewRecorder(scheme.Scheme, v1.EventSource{Component: "horizontal-pod-autoscaler"})