* GrafanaBootData: decouple `config.apps` from boot data IV * chore: changed to openfeature flags eval * chore: updates after PR feedback * chore: updates after PR feedback * chore: copy types to runtime package * chore: add code ownership * chore: deprecate in interface too * chore: add important notice to comments * chore: deprecate the whole interface
22 lines
283 B
CUE
22 lines
283 B
CUE
package plugins
|
|
|
|
manifest: {
|
|
appName: "plugins"
|
|
groupOverride: "plugins.grafana.app"
|
|
versions: {
|
|
"v0alpha1": v0alpha1Version
|
|
}
|
|
}
|
|
|
|
v0alpha1Version: {
|
|
served: true
|
|
codegen: {
|
|
ts: {enabled: true}
|
|
go: {enabled: true}
|
|
}
|
|
kinds: [
|
|
pluginV0Alpha1,
|
|
metaV0Alpha1,
|
|
]
|
|
}
|