grafana / grafana-app-sdk

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

Add convenience methods for GVR and GVK in resource.Kind. #283

Closed IfSentient closed 2 months ago

IfSentient commented 2 months ago

Add convenience methods for getting a schema.GroupVersionResource and schema.GroupVersionKind in resource.Kind, to avoid the need to assemble these two types each time a user needs them when interacting with kubernetes code.