mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
Chore: Add cuefix hook (#61941)
* Add cue * Add fix-cue target * Add pre-commit hook * fixup! Add fix-cue target * Update the cue version * Add datasources and panels folders * Update cue files Co-authored-by: Tania B <yalyna.ts@gmail.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package kind
|
||||
|
||||
name: "Team"
|
||||
name: "Team"
|
||||
maturity: "merged"
|
||||
|
||||
lineage: seqs: [
|
||||
@ -21,7 +21,9 @@ lineage: seqs: [
|
||||
// TODO - it seems it's a team_member.permission, unlikely it should belong to the team kind
|
||||
permission: #Permission @grafanamaturity(ToMetadata="kind", MaybeRemove)
|
||||
// AccessControl metadata associated with a given resource.
|
||||
accessControl?: [string]: bool @grafanamaturity(ToMetadata="sys")
|
||||
accessControl?: {
|
||||
[string]: bool @grafanamaturity(ToMetadata="sys")
|
||||
}
|
||||
// Created indicates when the team was created.
|
||||
created: int64 @grafanamaturity(ToMetadata="sys")
|
||||
// Updated indicates when the team was updated.
|
||||
|
Reference in New Issue
Block a user