Adding application sub-project for sig apps
This commit is contained in:
parent
d3879c1610
commit
0e67e8d358
|
@ -64,6 +64,10 @@ The following subprojects are owned by sig-apps:
|
|||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e/apps/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/integration/daemonset/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/integration/deployment/OWNERS
|
||||
- **application**
|
||||
- Description: Application metadata descriptor CRD
|
||||
- Owners:
|
||||
- https://github.com/kubernetes-sigs/application/blob/master/OWNERS
|
||||
|
||||
## GitHub Teams
|
||||
|
||||
|
|
|
@ -191,6 +191,10 @@ sigs:
|
|||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e/apps/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/integration/daemonset/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/integration/deployment/OWNERS
|
||||
- name: application
|
||||
description: Application metadata descriptor CRD
|
||||
owners:
|
||||
- https://github.com/kubernetes-sigs/application/blob/master/OWNERS
|
||||
- name: Architecture
|
||||
dir: sig-architecture
|
||||
mission_statement: >
|
||||
|
|
Loading…
Reference in New Issue