-
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
[WIP] Remove deprecated KubeException #293
Conversation
2f756a0
to
3ca4d41
Compare
@jhernand please take a look |
README.md
Outdated
### past version 3.0 | ||
|
||
Deprecated KubeException has been dropped, use `Kubeclient::HttpException` instead. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Kubeclient::HttpError
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #288
@pkliczewski, @masayag the KubeVirt provider uses the deprecated exception: Makes sure to change that to |
3ca4d41
to
aff5721
Compare
aff5721
to
886d292
Compare
@cben please review |
Discussed with @cben |
status: I've been postponing this as I see an increasing needs for errors where HttpError would make no sense, specifically around All this leads to me to think kubeclient still needs a top class/module covering all its errors. |
See discussion in #195
Part of: #199