gansheer commented on PR #3902: URL: https://github.com/apache/camel-k/pull/3902#issuecomment-1353259389
@tadayosi I spent some time on the namespace problem and managed to make some adaptations that can make use of flag namespace (like `kamel get --namespace test <TAB>`) and the configured namespace. You can see the commit [here](https://github.com/gansheer/camel-k/commit/c09cfa1e52b4d041af13a0653695a4f6af11cd2a) in another branch. Please tell me what you think about this commit. The code could probably be better but it is what I think the most we can do with the current legacy bash completion. Anything more advanced would be a refactoring IMHO. I need to test it on an openshift remote to see if it works well in a multi-operator environment. For the moment, we could continue the current PR without dealing with the namespace problem if you think it still helps the CLI usability. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
