summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <matt@mattfarina.com>2018-06-22 17:15:58 -0400
committerMatt Farina <matt@mattfarina.com>2018-06-22 17:15:58 -0400
commit0e67e8d35872d20fe8e2eb58d37db8f2eaac0c54 (patch)
tree0341e1ecc48420d8f65ccf6648fbd646ed12a3e2
parentd3879c1610516ca26f2d6c5e1cd3f4d392fb35ec (diff)
Adding application sub-project for sig apps
-rw-r--r--sig-apps/README.md4
-rw-r--r--sigs.yaml4
2 files changed, 8 insertions, 0 deletions
diff --git a/sig-apps/README.md b/sig-apps/README.md
index c39cb80d..5ae51876 100644
--- a/sig-apps/README.md
+++ b/sig-apps/README.md
@@ -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
diff --git a/sigs.yaml b/sigs.yaml
index f6026841..9130839d 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -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: >