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

move discovery types and admission types into kube-core #522

Merged
merged 1 commit into from
May 18, 2021
Merged

Conversation

clux
Copy link
Member

@clux clux commented May 18, 2021

can write an admission controller without pulling in kube with this.

this reduces kube/src/api to 4 files:

  • core_methods.rs: Api core main methods (previously typed.rs)
  • mod.rs: Api struct and re-exports
  • remote_command.rs: Api methods using ws
  • subresource.rs: Api subresource methods and marker traits

@clux
Copy link
Member Author

clux commented May 18, 2021

this should be fairly uncontroversial, non-breaking stuff, just moving to smaller crate and re-exporting from kube.

@clux clux merged commit 199bcc8 into master May 18, 2021
@clux clux deleted the more-core branch May 18, 2021 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant