Files
grafana/pkg/tests/apis/scopes/testdata/example-scope-dashboard-binding-xyz.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_xyz
spec:
scope: example
dashboard: xyz
dashboardTitle: "Example Dashboard XYZ"
groups: ["group2", "group3"]