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

refactor(stackable-versioned): Rework version enum for merged_crd #875

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

Techassi
Copy link
Member

@Techassi Techassi commented Sep 24, 2024

Part of stackabletech/issues#507, follow-up of #872 (comment)

This PR adjusts the version enum generation used in the merged_crd function.

let merged_crd = Foo::merged_crd(Foo::V1).unwrap();
println!("{}", serde_yaml::to_string(&merged_crd).unwrap());

@Techassi Techassi self-assigned this Sep 24, 2024
@Techassi Techassi marked this pull request as ready for review September 24, 2024 11:51
NickLarsenNZ
NickLarsenNZ previously approved these changes Sep 24, 2024
Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

LGTM. Some suggestions for improvements and future proofing.

Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

LGTM

@Techassi Techassi added this pull request to the merge queue Sep 24, 2024
Merged via the queue into main with commit 7ba94b5 Sep 24, 2024
10 checks passed
@Techassi Techassi deleted the refactor/crd-versioning-version-enum branch September 24, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants