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

Consider moving CRDs to separate Go module #329

Open
kate-goldenring opened this issue Oct 25, 2024 · 2 comments
Open

Consider moving CRDs to separate Go module #329

kate-goldenring opened this issue Oct 25, 2024 · 2 comments

Comments

@kate-goldenring
Copy link
Contributor

If in a separate go module, other projects, such as the spin-kube plugin could reference it.

Context: spinkube/spin-plugin-kube#88

@endocrimes
Copy link
Contributor

endocrimes commented Oct 25, 2024

It should be able to reference it already? - transitive dependency conflicts shouldn't be much of an issue between the plugin and the operator (iirc it doesn't mostly to template nicer yaml than just encoding a struct would give you)

@kate-goldenring
Copy link
Contributor Author

@endocrimes good point. we can import the entire spin-operator module and use the api types.

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

No branches or pull requests

2 participants