Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func Sink(log logr.Logger) (observe.ObservationSink, error) + type GitStorage struct + func NewGitStorage(path string) (*GitStorage, error) + func (s *GitStorage) GC(ctx context.Context) error + func (s *GitStorage) OnAdd(ctx context.Context, timestamp time.Time, gvr schema.GroupVersionResource, ...) + func (s *GitStorage) OnDelete(ctx context.Context, timestamp time.Time, gvr schema.GroupVersionResource, ...) + func (s *GitStorage) OnUpdate(ctx context.Context, timestamp time.Time, gvr schema.GroupVersionResource, ...)