fiaas / k8s

Python client library for the Kubernetes API
https://fiaas.github.io/
Apache License 2.0
39 stars 24 forks source link

Fix watcher initial list always using default namespace #137

Closed tg90nor closed 4 months ago

tg90nor commented 4 months ago

132 introduced a bug where the initial list for the watcher would always use the default namespace. This fixes that.