Scopes: Add basic integration tests (#85351)
Co-authored-by: Kyle Brandt <kyle@grafana.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: scope.grafana.app/v0alpha1
|
||||
kind: Scope
|
||||
metadata:
|
||||
name: example
|
||||
spec:
|
||||
title: Example scope
|
||||
description: Longer description for a scope
|
||||
category: should this be an enum or an external reference?
|
||||
type: should this be an enum or an external reference?
|
||||
filters:
|
||||
- key: aaa
|
||||
operator: equals
|
||||
value: bbb
|
||||
- key: ccc
|
||||
operator: not-equals
|
||||
value: ddd
|
||||
Reference in New Issue
Block a user