Group configuration
Download JSON Schema
Example
apiVersion: leapview.dev/v1
kind: Group
metadata:
id: group:operations-operators
name: operations-operators
displayName: Operations Team
spec:
members:
- email: operator@example.com
displayName: Operations Operator
Fields
| Field |
Type |
Required |
Rules |
apiVersion |
APIVersion |
Yes |
|
kind |
Group |
Yes |
|
metadata |
Metadata |
Yes |
|
spec |
Group |
Yes |
|
Nested definitions
APIVersion
| Field |
Type |
Required |
Rules |
Group
| Field |
Type |
Required |
Rules |
description |
string |
No |
|
members |
array of object |
No |
|
| Field |
Type |
Required |
Rules |
description |
string |
No |
|
displayName |
string |
No |
|
documentation |
string |
No |
|
domain |
string |
No |
|
id |
ResourceID |
Yes |
|
name |
ResourceName |
Yes |
|
owner |
string |
No |
|
provenance |
Provenance |
No |
|
tags |
array of string |
No |
|
Provenance
| Field |
Type |
Required |
Rules |
origin |
string |
No |
|
path |
string |
No |
|
source |
string |
No |
|
ResourceID
| Field |
Type |
Required |
Rules |
ResourceName
| Field |
Type |
Required |
Rules |