pykube icon indicating copy to clipboard operation
pykube copied to clipboard

Lightweight Python 3.6+ client library for Kubernetes (pykube-ng)

Results 14 pykube issues
Sort by recently updated
recently updated
newest added

What is the supposed behaviour of a watch stream with a timeout (if explicitly set or if 10s is used by default)? Should it raise a low-level `socket` or `requests`...

We should generally discuss use cases and how the API "ideally" should look like from developer experience perspective. Some discussion points: * What are the most common use cases people...

See https://github.com/kelproject/pykube/pull/150

The current test coverage is only 71%, we should at least test important functionality used by other projects depending on this library.