896a56ada8
* migrate to new manifest format * rename app to alerting.notifications to not conflict with rules * disable custom field selectors as they are not supported in appinstaller
16 lines
256 B
CUE
16 lines
256 B
CUE
package kinds
|
|
|
|
import (
|
|
"github.com/grafana/grafana/apps/alerting/notifications/kinds/v0alpha1"
|
|
)
|
|
routingTreeKind: {
|
|
kind: "RoutingTree"
|
|
pluralName: "RoutingTrees"
|
|
}
|
|
|
|
routeTreev0alpha1: routingTreeKind & {
|
|
schema: {
|
|
spec: v0alpha1.RouteTreeSpec
|
|
}
|
|
}
|