Sergey Vasilyev

Results 260 comments of Sergey Vasilyev

Yes, exactly. The event type is `None` for the initial listing (as "listing" is not a "watch-stream" in regular Kubernetes terms, but a Kopf-specific simulation or pseudo-streaming).

Sorry for the delay in reviewing it. I like the idea of making a warning when the pool limit is reached. There is a little nuance worth fixing or improving:...

I have looked into how SO_KEEPALIVE can be activated client-side in aiohttp or asyncio. It seems not so straightforward — and the complications come from the level of asyncio: *...

That’s sad. Thank you for trying so fast. I hoped that it will be an easy fix for this known problem — and there will be no need for Plan...

Hello. In the suggested case of a regular or class method, what would `self` be? Who and at which point will instantiate the object? How does it align with the...

That is the “id=“ option to all decorators. For function results, you can instead use the `patch` kwarg and store any values in any fields. E.g., `patch.status[‘result’] = “hello world”`.

So, you mean using classes as namespaces, right? I am not sure this is the Pythonic way, but I saw it used in some apps & libs. I would appreciate...

But `create_fn` is not overloaded, it is implicitly inherited. Can you please point me to a framework or two with examples of how such things are implemented there? I might...

Can you please show what `CLIENT` is? As I see by the used method named (`get_namespaced_custom_object`), it is the `kubernetes` client library, isn't it? If so, can you please show...

Thanks for reporting. It is an interesting case: every component behaves properly as expected, but together they misbehave. What would be the expected behaviour in this case?