You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bring inmem closer to other state implementations:
* `inmem.NewState()` is now namespaced inside, not an instance per
namespace
* one inmem state instance has a shared event buffer (stream) for all
resource types and namespaces
This should provide better memory usage for any inmem user, and also it
builds the foundation to build a shared, consistent watch API for the
controller runtime (not in this PR).
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
0 commit comments