Alerting: Update alerting cue definitions (#104053)
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
This commit is contained in:
co-authored by
Yuri Tseretyan
parent
8d883ecda1
commit
c174c855c3
@@ -1,4 +1,8 @@
|
||||
.PHONY: generate
|
||||
generate:
|
||||
## --crdencoding none is needed to avoid infinite loop while generating recursive models (see routingtree.cue)
|
||||
grafana-app-sdk generate -g ./pkg/apis --crdencoding none --nomanifest --postprocess
|
||||
## --defencoding=none is needed to avoid infinite loop while generating recursive models (see routingtree.cue)
|
||||
@grafana-app-sdk generate \
|
||||
--gogenpath=./pkg/apis \
|
||||
--source=./kinds/ \
|
||||
--defencoding=none \
|
||||
--noschemasinmanifest
|
||||
|
||||
Reference in New Issue
Block a user