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.
Part of #2222.
As a prerequisite to #2627, we need an API client to interact with k8s.
There's a
kubecrate, 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, andkubeusesreqwest.We had
WatchClientto do that job - reuse that if possible.Part of #2222.