-
Notifications
You must be signed in to change notification settings - Fork 33
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
WatchAll is missing for some resources #134
Comments
Hi - sorry, work’s been a little crazy. I’ll take a look at this first thing tomorrow morning :) |
Hi. It's not a deliberate decision, just that nobody has needed it yet. It's pretty easy to add. I'll do so shortly for |
Hi - apologies for the delay; I've added WatchAll for both Secrets and ConfigMaps. Published new packages (v2.3.16). BTW, not all resource types support WatchAll, but most do. If you look in For example, for x-kubernetes-action: list
x-kubernetes-group-version-kind:
group: ''
kind: ConfigMap
version: v1 For Watch, you want parameters:
in: query
name: watch |
Thank you. |
Is it normal that WatchAll is not defined on client for all ressources like Secret ?
The text was updated successfully, but these errors were encountered: