Files
grafana/pkg/tests/apis/scopes/testdata/example-scope2.yaml
T
grafana-delivery-bot[bot] 98401be295 [v11.0.x] Scope: Add basic integration tests (#86367)
Scopes: Add basic integration tests (#85351)

Co-authored-by: Kyle Brandt <kyle@grafana.com>
(cherry picked from commit dd6c8732b3)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-04-16 17:01:46 +01:00

17 lines
376 B
YAML

apiVersion: scope.grafana.app/v0alpha1
kind: Scope
metadata:
name: example2
spec:
title: Example scope 2
description: Longer description for a scope
category: fun
type: should this be an enum or an external reference?
filters:
- key: aaa
operator: equals
value: zzz
- key: ccc
operator: not-equals
value: yyy