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

Add support for selectable fields in resource schemas #355

Closed radiohead closed 3 months ago

radiohead commented 3 months ago

What

We should add support for selectable fields in resource schemas, which would be generated into the CRD manifests, e.g. as in https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#crd-selectable-fields.

Why

To support custom fields selectors for CRDs.