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

avoid new dyntype defaults in Controller::owns/watches #575

Merged
merged 3 commits into from
Jul 2, 2021

Conversation

clux
Copy link
Member

@clux clux commented Jul 1, 2021

small follow-up to #571

@clux clux requested a review from nightkr July 1, 2021 23:34
Copy link
Member

@nightkr nightkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is fairly annoying that we need to maintain _with variants of more and more of the stuff, but it is what it is.. :/

@clux clux force-pushed the avoid-dyntype-default branch from 4c6b612 to 03f9800 Compare July 2, 2021 04:06
@clux
Copy link
Member Author

clux commented Jul 2, 2021

yeah, fwiw i am not super happy about it either.

@clux clux merged commit f250a1d into master Jul 2, 2021
@clux clux deleted the avoid-dyntype-default branch July 2, 2021 04:11
soenkeliebau added a commit to stackabletech/operator-rs that referenced this pull request Aug 4, 2021
Due to kube-rs/kube#575 we had to change the where clauses on the owns function, as this doesn't support DynamicTypes anymore.

This _should_ not require any changes in the operators themselves, as we don't currently use DynamicTypes. Might break for people who do though.
soenkeliebau added a commit to stackabletech/operator-rs that referenced this pull request Aug 4, 2021
Due to kube-rs/kube#575 we had to change the where clauses on the owns function, as this doesn't support DynamicTypes anymore.

This _should_ not require any changes in the operators themselves, as we don't currently use DynamicTypes. Might break for people who do though.
soenkeliebau added a commit to stackabletech/operator-rs that referenced this pull request Aug 4, 2021
Due to kube-rs/kube#575 we had to change the where clauses on the owns function, as this doesn't support DynamicTypes anymore.

This _should_ not require any changes in the operators themselves, as we don't currently use DynamicTypes. Might break for people who do though.
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.

2 participants