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.
This commit is contained in:
Kyle Brandt
2024-08-20 12:32:16 -04:00
committed by GitHub
parent 15a623c344
commit cab5818bc7
7 changed files with 42 additions and 7 deletions
@@ -4,4 +4,6 @@ metadata:
name: example_abc
spec:
scope: example
dashboard: abc
dashboard: abc
dashboardTitle: "Example Dashboard ABC"
groups: ["group1", "group2"]
@@ -4,4 +4,6 @@ metadata:
name: example_xyz
spec:
scope: example
dashboard: xyz
dashboard: xyz
dashboardTitle: "Example Dashboard XYZ"
groups: ["group2", "group3"]