text
stringlengths 0
662
|
---|
kind: Team |
metadata: |
name: scatterly-inc |
description: The Scatter.ly organization |
links: |
- url: https://www.scatter.ly/ |
title: Website |
- url: https://meta.wikimedia.org/wiki/ |
title: Intranet |
spec: |
type: organization |
profile: |
displayName: Scatter.ly |
email: info@scatter.ly |
picture: https://avatars.dicebear.com/api/identicon/info@example.com.svg?background=%23fff&margin=25 |
children: [engineering, product] |
``` |
```yaml |
apiVersion: opencontext.com/v1alpha1 |
kind: Team |
metadata: |
name: engineering |
description: Engineering Team |
spec: |
type: virt-org |
profile: |
displayName: Engineering Team |
email: engineering@example.com |
picture: https://avatars.dicebear.com/api/identicon/engineering@example.com.svg?background=%23fff&margin=2 |
parent: scatterly-inc |
children: |
[eng-squirrel, eng-raccoon, reviewers, docs-core, dev-core, maintainers] |
``` |
```yaml |
apiVersion: opencontext.com/v1alpha1 |
kind: Team |
metadata: |
name: product |
description: Product team |
spec: |
type: virt-org |
profile: |
displayName: Product Team |
email: product@example.com |
picture: https://avatars.dicebear.com/api/identicon/product@example.com.svg?background=%23fff&margin=2 |
parent: scatterly-inc |
children: [prod-squirrel, prod-raccoon] |
``` |
```yaml |
apiVersion: opencontext.com/v1alpha1 |
kind: Team |
metadata: |
name: prod-raccoon |
description: Raccoon Product Team |
spec: |
type: business-unit |
profile: |
displayName: Raccoon Product Team |
email: prod-raccoon@example.com |
picture: https://avatars.dicebear.com/api/identicon/prod-raccoon@example.com.svg?background=%23fff&margin=2 |
parent: team-raccoon |
children: [prod-raccoon-ent, prod-raccoon-oss] |
members: [nancy, thomas, mark, steph, joel, beth, melissa] |
``` |
```yaml |
apiVersion: opencontext.com/v1alpha1 |
kind: Team |
metadata: |
name: prod-raccoon-ent |
description: Raccoon Enterprise Product Team |
spec: |
type: department |
profile: |
displayName: Raccoon Enterprise |
email: prod-raccoon-ent@example.com |
picture: https://avatars.dicebear.com/api/identicon/prod-raccoon-ent@example.com.svg?background=%23fff&margin=2 |
parent: prod-raccoon |
children: [] |
members: [nancy] |
``` |
```yaml |
apiVersion: opencontext.com/v1alpha1 |
kind: Team |
metadata: |
name: team-raccoon |
description: Raccoon Team |
spec: |
type: department |
profile: |
displayName: Team Raccoon |
email: team-racoon@scatter.ly |
picture: https://avatars.dicebear.com/api/identicon/catalog-eng@example.com.svg?background=%23fff&margin=25 |
timezone: America/Los_Angeles |
slackHandle: team-racoon |
pagerHandle: team-racoon |