mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 12:43:50 +08:00
CloudMigrations: Add data types for alerts resources (#94251)
This commit is contained in:
@ -81,10 +81,15 @@ type CloudMigrationResource struct {
|
||||
type MigrateDataType string
|
||||
|
||||
const (
|
||||
DashboardDataType MigrateDataType = "DASHBOARD"
|
||||
DatasourceDataType MigrateDataType = "DATASOURCE"
|
||||
FolderDataType MigrateDataType = "FOLDER"
|
||||
LibraryElementDataType MigrateDataType = "LIBRARY_ELEMENT"
|
||||
DashboardDataType MigrateDataType = "DASHBOARD"
|
||||
DatasourceDataType MigrateDataType = "DATASOURCE"
|
||||
FolderDataType MigrateDataType = "FOLDER"
|
||||
LibraryElementDataType MigrateDataType = "LIBRARY_ELEMENT"
|
||||
AlertRuleType MigrateDataType = "ALERT_RULE"
|
||||
ContactPointType MigrateDataType = "CONTACT_POINT"
|
||||
NotificationPolicyType MigrateDataType = "NOTIFICATION_POLICY"
|
||||
NotificationTemplateType MigrateDataType = "NOTIFICATION_TEMPLATE"
|
||||
MuteTimingType MigrateDataType = "MUTE_TIMING"
|
||||
)
|
||||
|
||||
type ItemStatus string
|
||||
|
Reference in New Issue
Block a user