add support for labels and annotations in the generated CRDs#916
add support for labels and annotations in the generated CRDs#916k8s-ci-robot merged 3 commits intokubernetes-sigs:mainfrom
Conversation
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
|
Hi @cnvergence. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
jakobmoellerdev
left a comment
There was a problem hiding this comment.
simple straightforward addition to the spec imho. from my side good to go!
/lgtm
|
thanks @jakobmoellerdev! |
a-hilaly
left a comment
There was a problem hiding this comment.
Thank you @cnvergence ! left one suggestion below
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
647617e to
87d2d97
Compare
|
Could you please update the docs in https://kro.run/docs/concepts/rgd/schema to mention these new fields? |
|
@a-hilaly added the docs, let me know how they look to you |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: a-hilaly, cnvergence The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
jakobmoellerdev
left a comment
There was a problem hiding this comment.
/lgtm
thanks for the contrib!
Currently, ResourceGraphDefinitions generate CRDs without user-defined labels or annotations. Adding these would be helpful for users in integrating with kro in their clusters.
This PR will add support for specifying labels and annotations for generated CustomResourceDefinitions in ResourceGraphDefinitions.
Issue: