c174c855c3
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
26 lines
408 B
CUE
26 lines
408 B
CUE
package kinds
|
|
|
|
import (
|
|
"github.com/grafana/grafana/apps/alerting/notifications/kinds/v0alpha1"
|
|
)
|
|
|
|
routeTree: {
|
|
kind: "RoutingTree"
|
|
apiResource: {
|
|
groupOverride: "notifications.alerting.grafana.app"
|
|
}
|
|
pluralName: "RoutingTrees"
|
|
current: "v0alpha1"
|
|
codegen: {
|
|
ts: {enabled: false}
|
|
go: {enabled: true}
|
|
}
|
|
versions: {
|
|
"v0alpha1": {
|
|
schema: {
|
|
spec: v0alpha1.RouteTreeSpec
|
|
}
|
|
}
|
|
}
|
|
}
|