We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In kubernetes_asyncio/watch/watch.py, there is a comment about raising an exception when a watch returns an error. Specifically:
kubernetes_asyncio/watch/watch.py
kubernetes_asyncio/kubernetes_asyncio/watch/watch.py
Lines 91 to 96 in b33cde2
However, this doesn't seem to have been implemented.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In
kubernetes_asyncio/watch/watch.py
, there is a comment about raising an exception when a watch returns an error. Specifically:kubernetes_asyncio/kubernetes_asyncio/watch/watch.py
Lines 91 to 96 in b33cde2
However, this doesn't seem to have been implemented.
The text was updated successfully, but these errors were encountered: