-
Notifications
You must be signed in to change notification settings - Fork 351
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
Use controller-gen to generate CRDs instead of writing them by hand #515
Labels
enhancement
New feature or request
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Comments
lingsamuel
changed the title
Use controller-gen to generate CRDs instead of writing them by humanbeings
Use controller-gen to generate CRDs instead of writing them by hand
Sep 26, 2021
xref: #689 (comment) |
4 tasks
tao12345666333
added
enhancement
New feature or request
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
labels
Feb 24, 2022
8 tasks
If any CRD validation rules cannot be represented by markers, we should ensure that they are migrated to our code. |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Currently, we write CRDs by ourselves, it's tedious and error-prone. We should use tools like controller-gen to generate them so that we can focus on the changes of go data structures, and let it do the rest jobs.
The text was updated successfully, but these errors were encountered: