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

feat: allow for exclusion of some classes when generating CRDs #687

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

metacosm
Copy link
Member

A new configuration property quarkus.operator-sdk.crd.exclude-resources
has been introduced to provide fully-qualified class names of resource
classes to be excluded from CRD generation.
Fixes #674

A new configuration property quarkus.operator-sdk.crd.exclude-resources
has been introduced to provide fully-qualified class names of resource
classes to be excluded from CRD generation.
Fixes #674
@metacosm metacosm added the enhancement New feature or request label Aug 16, 2023
@metacosm metacosm requested a review from csviri August 16, 2023 16:59
@metacosm metacosm self-assigned this Aug 16, 2023
Copy link
Contributor

@csviri csviri left a comment

Choose a reason for hiding this comment

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

LGTM

@metacosm metacosm merged commit 4fe7cfd into main Aug 17, 2023
@metacosm metacosm deleted the filter-crds branch August 17, 2023 08:02
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

Successfully merging this pull request may close these issues.

Allow to filter which CRDs are generated
2 participants