grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
48 stars 8 forks source link

[codegen] Add Webhook Conversion Strategy to Generated CRDs #481

Open IfSentient opened 1 week ago

IfSentient commented 1 week ago

Add extra optional webhook conversion params to apiResource in CUE kind, use those parameters to add webhook conversion strategy to generated CRD's when apiResource.conversion = true.

The extra parameters are a temporary measure as we move toward the codegen having a manifest to look at which would include the necessary information.