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

Meta trait revamp #274

Closed
1 of 2 tasks
clux opened this issue Jul 19, 2020 · 1 comment
Closed
1 of 2 tasks

Meta trait revamp #274

clux opened this issue Jul 19, 2020 · 1 comment
Labels
api Api abstraction related

Comments

@clux
Copy link
Member

clux commented Jul 19, 2020

Some improvements that we should do to the Meta trait:

The first one is necessary for people wanting to use Controller etc with a Resource::dynamic because otherwise we sneak in dependencies on k8s_openapi for it (and we should be able to get by without).

The inheritance removal is probably the hardest one to do. It sneaks in via ObjectRef::from_owner_ref atm and that is used everywhere in kube-runtime. Just noting it it down for now. Thought it was going to be quick, but it wasn't.

@clux clux added help wanted Not immediately prioritised, please help! api Api abstraction related labels Jul 19, 2020
@clux clux mentioned this issue Jul 19, 2020
@clux clux removed the help wanted Not immediately prioritised, please help! label Mar 29, 2021
@clux
Copy link
Member Author

clux commented Mar 29, 2021

Closing as the only thing left now is #233

@clux clux closed this as completed Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Api abstraction related
Projects
None yet
Development

No branches or pull requests

1 participant