-
I'm able to use WatchNamespacedAsync on a generic, to watch a specific namespace, with the understanding that WatchAsync is watching the default namespace, but what if I want to watch for a CRD which may appear in any namespace? Current code watches one namespace:
Is this possible without creating multiple listens (one to watch each namespace)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
is your crd namespaced? |
Beta Was this translation helpful? Give feedback.
-
There are instances of the crd in different namespaces, so may appear in multiple namespaces.
|
Beta Was this translation helpful? Give feedback.
There are instances of the crd in different namespaces, so may appear in multiple namespaces.