Is your enhancement related to a problem? Please describe
We have separate annotations for things like group, kind, plural, singular, and version.
Describe the solution you'd like
For those that don't auto-generate their model, it would be better if all of the single valued annotations could easily be combined to a single annotation:
Resource(group="x", kind="y" ...)
You could even include builder=Something.class, and list=Something.class - if we think that the conventions may not hold at some point.
Describe alternatives you've considered
No response
Additional context
No response
Is your enhancement related to a problem? Please describe
We have separate annotations for things like group, kind, plural, singular, and version.
Describe the solution you'd like
For those that don't auto-generate their model, it would be better if all of the single valued annotations could easily be combined to a single annotation:
Resource(group="x", kind="y" ...)
You could even include builder=Something.class, and list=Something.class - if we think that the conventions may not hold at some point.
Describe alternatives you've considered
No response
Additional context
No response