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
The namespace separation of regular objects is tested both manually and with limited set of unit-tests. More tests will be added when the whole watching-queueing-handling subsystem will be covered with tests (as part of #13).
See also #36 for the namespace isolation of the peering objects.
The text was updated successfully, but these errors were encountered:
Reimplement the namespace filtering of
--namespace
option to use the appropriate API calls instead of object field checking.First, this will remove the unnecessary receiving and silent ignoring of the irrelevant objects from other namespaces.
Second, this can simplify the RBAC configs for the per-namespace operators (no cluster calls are made, thus no cluster roles are needed — see docs preview: https://kopf.readthedocs.io/en/peering-scopes/deployment/#rbac).
The namespace separation of regular objects is tested both manually and with limited set of unit-tests. More tests will be added when the whole watching-queueing-handling subsystem will be covered with tests (as part of #13).
See also #36 for the namespace isolation of the peering objects.
The text was updated successfully, but these errors were encountered: