cyclops icon indicating copy to clipboard operation
cyclops copied to clipboard

feat(backend): handle two modules owning the same resource

Open hanshal101 opened this issue 9 months ago • 0 comments

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

ℹ Additional context

hanshal101 avatar May 08 '24 18:05 hanshal101