Scopes: Move title and groups to status in ScopeDashboardBinding (#92377)
--------- Co-authored-by: Kyle Brandt <kyle@grafana.com> Co-authored-by: Bogdan Matei <bogdan.matei@grafana.com>
This commit is contained in:
@@ -5,5 +5,6 @@ metadata:
|
||||
spec:
|
||||
scope: example
|
||||
dashboard: abc
|
||||
status:
|
||||
dashboardTitle: "Example Dashboard ABC"
|
||||
groups: ["group1", "group2"]
|
||||
@@ -5,5 +5,6 @@ metadata:
|
||||
spec:
|
||||
scope: example
|
||||
dashboard: xyz
|
||||
status:
|
||||
dashboardTitle: "Example Dashboard XYZ"
|
||||
groups: ["group2", "group3"]
|
||||
Reference in New Issue
Block a user