Files
grafana/pkg/tests/apis/iam/testdata/team-test-create-v0.yaml
T
Mihai Doarna 7395f803c1 IAM: Implement create method for team bindings (#112003)
* implement create method for team bindings

* generate openapi specs

* enable dual writer for team bindings

* add validation rules

* generate openapi

* add integration tests and fix remaining issues

* fix validation test

* use UIDs instead of IDs to build team binding name

* use IDs when generating the TeamBinding name

* fix build error

* remove time truncate
2025-10-14 17:20:59 +03:00

9 lines
160 B
YAML

apiVersion: iam.grafana.app/v0alpha1
kind: Team
metadata:
name: testteam1
spec:
title: "Test Team 1"
email: testteam1@example123.com
provisioned: false