Tomasz Prus

Results 48 comments of Tomasz Prus

I've prepared the Pull request where I show how callbacks can be used with asyncio. Let me know what you think about it. Thanks.

At last I’ve prepared the new library [kubernetes_asyncio](https://github.com/tomplus/kubernetes_asyncio) which is based on this Python client, but uses the asyncio generator from swagger-codegen. I've added a script to create this client...

@nolar Thanks for your investigation. I did some tests and I can confirm that it works as you write. 'Watch' should get a list of object to start watching with...

IMO it should be a part of the library. We already have such high-level abstractions like recently added Leader-Election or applying manifests from yaml files etc.

@bobh66 Thanks! You can port code from the sync client and make it asynchronous. Let me know if you have any questions.

I like your solution, you can implemented it in this way :+1:

Starting from v22.6.0 it's possible to call patch methods with forcing a content type. In a next big release (v30.x) there is a new version of logic to detect a...

The latest version of the library contains the Generic Client which can address your needs. Please take a look: https://github.com/tomplus/kubernetes_asyncio/tree/master/examples/dynamic-client I'm closing the issue, fill free to reopen if necessary....