cyclops
cyclops copied to clipboard
feat(backend): handle two modules owning the same resource
Closes #163 Fixes #163
📑 Description
This PR solves the issue of handling two modules having the same resources.
Solution
Added a check before creating if any value of label cyclops.Module
matches with the current name of the Module. If return false then return with error.
✅ Checks
- [ ] I have updated the documentation as required
- [ ] I have performed a self-review of my code