Skip to content

Handle two Modules owning the same resource #163

Open
@petar-cvit

Description

@petar-cvit

Is your feature request related to a problem? Please describe.
Each Module will create its own set of resources. When two Modules create the same resource, one of the Modules will report that it has all the resources it should have, while the other one will just say it's empty and that it misses the resource.

Describe the solution you'd like
If a new Module is created and it wants to create a resource that is already owned by another Module, it should report on the UI that there is a clash in resources. I wouldn't go with overriding other Modules resource ownership

Additional context
Resource ownership is defined on each resource with the label cyclops.module. For example, Module demo created a Deployment app, and the app Deployment will have the label cyclops.module: demo

Metadata

Metadata

Assignees

Labels

controllerUpdate on controllergoPull requests that update Go codehacktoberfesthelp wantedExtra attention is neededkubernetesk8s related issues⚔️ QuestTracks quest-bot quests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions