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

Helper utility to scaffold API and controllers for new types #41

Open
turkenh opened this issue May 19, 2022 · 0 comments
Open

Helper utility to scaffold API and controllers for new types #41

turkenh opened this issue May 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@turkenh
Copy link
Member

turkenh commented May 19, 2022

What problem are you facing?

We need an alternative to kubebuilder create API ... commands for Crossplane providers.

From https://crossplane.io/docs/v1.8/contributing/provider_development_guide.html#defining-resource-kinds

Note that while Crossplane was originally derived from kubebuilder scaffolds its patterns have diverged somewhat. It is possible to use kubebuilder to scaffold a resource, but the author must be careful to adapt said resource to Crossplane patterns. It may often be quicker to copy and modify a v1beta1 or above resource from the same provider repository, rather than using kubebuilder.

How could Crossplane help solve your problem?

Implement some utility to scaffold API and controllers for new types, preferably replacing the approach in crossplane/provider-template#50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant