Tomasz Prus
Tomasz Prus
For volume such attribute also exists but it's on vendor/type level, for example: https://github.com/tomplus/kubernetes_asyncio/blob/master/kubernetes_asyncio/client/models/v1_nfs_volume_source.py#L24
Feel free to reopen if I can help in any way.
Thanks, I've found it but it'd be fantastic to see them in `helm get metadata` to avoid analyzing Helm internals.
Yes, good point, they should be prefixed or grouped in some way, but displaying all could also work in my case. There are not many other/foreign labels.
Thanks for reporting the issue. Starting from version v32.0.0 a bug related to timeout on the client side has been fixed (#337). In the previous version the timeout was always...
I've experienced this issue too, it's introduced by https://github.com/kubernetes-client/gen/pull/251 This version of cloning doesn't work with tags, so now it requires a commit hash instead of a tag name. Could...
Absolutely, it'd be fantastic to have such tests.
Thanks for your PR. Could you explain how this change fixes issues you mentioned?
Thanks for your explanation. It makes sense. Unfortunately this is a breaking change, so it'll be released with the next "big" release - 1.32.x (~ December 2024)
Actually, aiohttp has a default timeout too - 5mins: https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client.py#L219 It's strange. Could you confirm that this change solves the issues?