Tomasz Prus

Results 68 comments of Tomasz Prus

Yes, it should be added. Would you like to work on it?

It works well locally: ``` # if you have all dependencies installed: cd doc make html cd build/html python -m http.server ``` but for some reason Read The Docs can't...

This PR https://github.com/kubernetes-client/python/pull/2026 should fix it.

@roycaihw I did evaluation of using the latest version of the openapi-generator. It looks promising, I faced some problems with a validator so far (https://github.com/kubernetes-client/gen/issues/145). There are a lot of...

Thank for reporting the issue. Could you check if you example is correct - it looks like this line "Pod watch stream ended." is printed when you get delete events......

Thanks, definitely it's worth to fix it :+1: But I'm curious what's your use case, because usually this method is not called directly?