* WIP * Generate API * use different logging, change typing as recommended * Add feature flag and only add to installer when enabled * add codeowner * Lint/fmt * fix dockerfile * move from UID to group/name reference * add generated code * change from enterprise build * build workspace * Remove deprecated field, build api, build for enterprise, build workspace * Not sure what caused this.. * Rebuild? * Fix this file * update sdk * update sdk * fix workspace * fix test build * add to go.mod --------- Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
24 lines
291 B
CUE
24 lines
291 B
CUE
package kinds
|
|
|
|
manifest: {
|
|
appName: "correlation"
|
|
groupOverride: "correlations.grafana.app"
|
|
preferredVersion: "v0alpha1"
|
|
|
|
codegen: {
|
|
go: {
|
|
enabled: true
|
|
}
|
|
ts: {
|
|
enabled: true
|
|
}
|
|
}
|
|
|
|
versions: {
|
|
"v0alpha1": {
|
|
kinds: [
|
|
correlationsv0alpha1,
|
|
]
|
|
}
|
|
}
|
|
} |