Grafana Advisor: Skeleton app (#99242)

This commit is contained in:
Andres Martinez Gotor
2025-01-21 12:31:33 +01:00
committed by GitHub
parent 1b5eaebb6e
commit e747350fee
22 changed files with 1304 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
.PHONY: generate
generate:
@grafana-app-sdk generate -g ./pkg/apis --grouping=group --postprocess
# HACK: Clean up generated CRD files.
# TODO: The SDK currently omits generating the manifest Go file with `--defencoding=none`,
# which we would normally use here to skip generating the CRD files.
# This needs to be addressed.
@rm -rf definitions