-
Notifications
You must be signed in to change notification settings - Fork 167
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
add watch_node support #342
Comments
|
would be nice for completeness, at first I though it's not possible until I tried on kubectl and then made the workaround watch_nodes with name does not work:
|
Hmm, it seems the "intended" way to do it now is See #312 for overview of our current APIs wrt. We have #332 sketching a better replacement for EDIT: I'm NOT opposed to adding watch_singular methods like Anyway, current |
I meant I'm not opposed :) |
Adding hopefully clearer docs in #436, please review. |
this works
kubeclient.watch_entities 'nodes/foo'
so just needs an alias ... sounds good ?@cben
The text was updated successfully, but these errors were encountered: