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
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Currently the storage system still heavily relies on specific ObjectMeta fields (e.g. UID) for identifying objects, refactor the system to use keys that comply to the Idenfityable interface (generating specific unique idenfiers based on some properties of objects) so that the storage can be made oblivious of object details and individual fields. Also wire up typed errors for all operations that can fail.