Versions in this module Expand all Collapse all v3 v3.1.0 Sep 8, 2026 Changes in this version + type Recorder struct + Events []eventsv1.Event + func NewRecorder(t testing.TB, scheme *runtime.Scheme) *Recorder + func (*Recorder) AnnotatedEventf(object runtime.Object, annotations map[string]string, ...) + func (r *Recorder) Event(object runtime.Object, eventtype, reason, message string) + func (r *Recorder) Eventf(object runtime.Object, eventtype, reason, messageFmt string, args ...any) Other modules containing this package github.com/percona/percona-postgresql-operator/v2