[v11.0.x] Scopes: Create binding per relationship (#86368)

Scopes: Create binding per relationship (#85332)

scopes: create binding per relationship

Signed-off-by: bergquist <carl.bergquist@gmail.com>
(cherry picked from commit a71dfe806a)

Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-16 16:43:01 +01:00
committed by GitHub
co-authored by Carl Bergquist
parent 954f869e61
commit 814732e6d1
4 changed files with 8 additions and 21 deletions
@@ -159,18 +159,11 @@ func schema_pkg_apis_scope_v0alpha1_ScopeDashboardBindingSpec(ref common.Referen
SchemaProps: spec.SchemaProps{
Type: []string{"object"},
Properties: map[string]spec.Schema{
"dashboards": {
"dashboard": {
SchemaProps: spec.SchemaProps{
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: "",
Type: []string{"string"},
Format: "",
},
},
},
Default: "",
Type: []string{"string"},
Format: "",
},
},
"scope": {
@@ -181,7 +174,7 @@ func schema_pkg_apis_scope_v0alpha1_ScopeDashboardBindingSpec(ref common.Referen
},
},
},
Required: []string{"dashboards", "scope"},
Required: []string{"dashboard", "scope"},
},
},
}