Closed jacobtomlinson closed 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.
kubectl-ng api-resources
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.