--
You received this message because you are subscribed to the Google Groups "Operator Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to operator-framew...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/29a54835-f762-4797-a764-5d77ad72119an%40googlegroups.com.
Thank you Brad for taking out time to reply.But any other way to achieve it?My application is multi-tenant where each tenant gets its own namespace that in turn gets created dynamically at runtime (with a name generated using UUID). For now, the operator is watching all namespaces but then that clashes with my development namespace (yeah, mine is multi-tenant, multi-development environment)
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/7003a6b7-51de-4de0-ad32-22be412196e8n%40googlegroups.com.
On Wed, Aug 3, 2022 at 8:54 AM Anup Chandak <anupc...@gmail.com> wrote:Thank you Brad for taking out time to reply.But any other way to achieve it?My application is multi-tenant where each tenant gets its own namespace that in turn gets created dynamically at runtime (with a name generated using UUID). For now, the operator is watching all namespaces but then that clashes with my development namespace (yeah, mine is multi-tenant, multi-development environment)You could further filter within your operator. You would watch all namespaces, but then only do something when a namespace matches your predetermined pattern. I don't have a concrete example at my fingertips. Let me know if this makes sense or if you need further guidance.
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/CAD60qnCdtuY4xN47OYLdXuCS4MAeTS453Q%3D3fWeE041CoUOmOA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/CAOuJmZYK-TcRFQWpD388npwGMup8QFxW%2BwG4%2Bs2J9nuKwqRJfA%40mail.gmail.com.