7395f803c1
* 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
9 lines
160 B
YAML
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
|