Versions in this module Expand all Collapse all v0 v0.3.0 Oct 10, 2024 Changes in this version + type EventRecorder interface + Eventf func(log logr.Logger, apiMetadata api.Metadata, eventType string, reason string, ...) + type EventStore interface + ListEvents func() []*irievent.Event + type EventStoreOptions struct + EventResyncInterval time.Duration + EventTTL time.Duration + MaxEvents int + type Store struct + func NewEventStore(log logr.Logger, opts EventStoreOptions) *Store + func (es *Store) Eventf(log logr.Logger, apiMetadata api.Metadata, ...) + func (es *Store) ListEvents() []*irievent.Event + func (es *Store) Start(ctx context.Context)