Files
grafana/pkg/tests/apis/scopes/testdata/example-scope-dashboard-binding-abc.yaml
T
Kyle Brandt cab5818bc7 Scopes: Add groups property to ScopeDashboardBinding (#92077)
- Note: The `dashboardTitle` property and this property (`groups`) are likely to move from the `spec` container to the `status` container within the `scopeDashboardBinding` object in the future.
2024-08-20 19:32:16 +03:00

9 lines
217 B
YAML

apiVersion: scope.grafana.app/v0alpha1
kind: ScopeDashboardBinding
metadata:
name: example_abc
spec:
scope: example
dashboard: abc
dashboardTitle: "Example Dashboard ABC"
groups: ["group1", "group2"]