mirror of
https://github.com/grafana/grafana.git
synced 2025-08-15 14:50:44 +08:00

* expose ngalert API to public * add delete action to time-intervals * introduce time-interval model generated by app-platform-sdk from CUE model the fields of the model are chosen to be compatible with the current model * implement api server * add feature flag alertingApiServer ---- Test Infra * update helper to support creating custom users with enterprise permissions * add generator for Interval model
7 lines
232 B
Go
7 lines
232 B
Go
// +k8s:deepcopy-gen=package
|
|
// +k8s:openapi-gen=true
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +groupName=notifications.alerting.grafana.app
|
|
|
|
package v0alpha1 // import "github.com/grafana/grafana/pkg/apis/alerting_notifications/v0alpha1"
|