-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter Modules by TargetNamespace #640
Comments
New Quest!A new Quest has been launched in @cyclops-ui’s repo. Some loot has been stashed in this issue to reward the solver! 🗡 Comment ⚔️ When you submit a PR, comment Questions? Check out the docs. |
Hey could I work on this? |
Hey @DDibyajyot, I'm assigning the issue to you. Thanks for picking this up! |
Hey @KaradzaJuraj @petar-cvit , |
Hey, currently working on this but please have a go at it as well @s-vamshi! |
Can I also start working on this issue @KaradzaJuraj @petar-cvit as mentioned by @DDibyajyot ? Please let me know if that's okay with you guys! |
hey @KaradzaJuraj @petar-cvit made the changes as shown below screen-capture.1.webm |
@quest-bot embark |
@s-vamshi has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
When deploying a module, you can deploy it to a targeted namespace. On the modules screen, you can filter by
status
, but we want to add the option to filter bytargetNamespace
as well.Add the
targetNamespace
property toModuleListToDTO
function in mapper/modules. This will enable you to gather all the modules with themodules/list
call and access theirtargetNamespace
.With the
/namespaces
call, you can get a list of all the available namespaces in the cluster. Use that list to create a filter for filtering modules based on theirtargetNamespace
.The text was updated successfully, but these errors were encountered: