diff --git a/core/pkg/ingress/controller/controller.go b/core/pkg/ingress/controller/controller.go index 670d3b51e..9d17b60f3 100644 --- a/core/pkg/ingress/controller/controller.go +++ b/core/pkg/ingress/controller/controller.go @@ -342,7 +342,7 @@ func (ic GenericController) GetDefaultBackend() defaults.Backend { } // GetRecorder returns the event recorder -func (ic GenericController) GetRecoder() record.EventRecorder { +func (ic GenericController) GetRecorder() record.EventRecorder { return ic.recorder }