Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s: an API client for k8s #2629

Closed
MOZGIII opened this issue May 18, 2020 · 0 comments · Fixed by #2653
Closed

K8s: an API client for k8s #2629

MOZGIII opened this issue May 18, 2020 · 0 comments · Fixed by #2653
Assignees
Labels
type: task Generic non-code related tasks

Comments

@MOZGIII
Copy link
Contributor

MOZGIII commented May 18, 2020

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.

@MOZGIII MOZGIII added the type: task Generic non-code related tasks label May 18, 2020
@MOZGIII MOZGIII self-assigned this May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task Generic non-code related tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants