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

Format kind JSON the same way the manifest is formatted. #486

Open IfSentient opened 6 days ago

IfSentient commented 6 days ago

Use json.MarshalIndent instead of json.Marshal for the generated kind JSON.