You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a prerequisite to #2627, we need an API client to interact with k8s.
There's a kube crate, that would be a good fit, but it doesn't work for us since we need something that will be able to use our HTTP client and resolver, and kube uses reqwest.
We had WatchClient to do that job - reuse that if possible.
As a prerequisite to #2627, we need an API client to interact with k8s.
There's a
kube
crate, that would be a good fit, but it doesn't work for us since we need something that will be able to use our HTTP client and resolver, andkube
usesreqwest
.We had
WatchClient
to do that job - reuse that if possible.Part of #2222.
The text was updated successfully, but these errors were encountered: