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

Deprecate kube::runtime #281

Closed
nightkr opened this issue Jul 21, 2020 · 2 comments · Fixed by #282
Closed

Deprecate kube::runtime #281

nightkr opened this issue Jul 21, 2020 · 2 comments · Fixed by #282
Labels
runtime controller runtime related

Comments

@nightkr
Copy link
Member

nightkr commented Jul 21, 2020

Replaced by kube_runtime crate.

@clux clux added the runtime controller runtime related label Jul 21, 2020
@clux
Copy link
Member

clux commented Jul 21, 2020

Yeah, go for it.

Was waiting a bit until I felt confident in the a crate split solution first. From last comment in #204 it feels like we should have either 2 crates (kube (incl runtime) + derive) or 5 crates (1 master exporter crate + config/client + derive + runtime).

If we go for the former, then kube-runtime should replace the current one on the same export path. I guess in either case, a deprecation warning is needed.

@nightkr
Copy link
Member Author

nightkr commented Jul 21, 2020

Yeah.. either case, any users of the current kube::runtime are going to have some migration work in front of them soon.

nightkr added a commit to nightkr/kube-rs that referenced this issue Jul 21, 2020
@clux clux closed this as completed in #282 Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime controller runtime related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants