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: Parse the gvk once #399

Closed ryantxu closed 2 months ago

ryantxu commented 2 months ago

minor PR mostly to see if I can do it :)

Rather than parsing and creating a GVK for each property, this gets it once and shares the results.