1 // Package events provides a Recorder to record Kubernetes Events. 2 // 3 // The majority of this code is taken from https://github.com/fluxcd/pkg/blob/main/runtime/events/recorder.go, 4 // although it has been simplified by removing the ability to record Kubernetes Events on an external HTTP endpoint. 5 package events 6