kr8s-org / kr8s

A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
https://kr8s.org
BSD 3-Clause "New" or "Revised" License
839 stars 45 forks source link

Fix `kubectl-ng api-resources` client usage #386

Closed jacobtomlinson closed 5 months ago

jacobtomlinson commented 5 months ago

kubectl-ng api-resources was using the sync client but then awaiting it's methods. This PR switches it to the async client and adds a test to avoid this regression again.