Versions in this module Expand all Collapse all v0 v0.0.4 Aug 15, 2023 Changes in this version + const EventDeleteObjectName + func NewGenericWatchStorage(s storage.Storage) (update.EventStorage, error) + func NewManifestStorage(manifestDir string, ser serializer.Serializer) (update.EventStorage, error) + type GenericWatchStorage struct + func (s *GenericWatchStorage) Close() error + func (s *GenericWatchStorage) Create(obj runtime.Object) error + func (s *GenericWatchStorage) Delete(key storage.ObjectKey) error + func (s *GenericWatchStorage) Patch(key storage.ObjectKey, patch []byte) error + func (s *GenericWatchStorage) SetUpdateStream(eventStream update.UpdateStream) + func (s *GenericWatchStorage) Update(obj runtime.Object) error