From 0e67e8d35872d20fe8e2eb58d37db8f2eaac0c54 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 22 Jun 2018 17:15:58 -0400 Subject: [PATCH] Adding application sub-project for sig apps --- sig-apps/README.md | 4 ++++ sigs.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sig-apps/README.md b/sig-apps/README.md index c39cb80da..5ae518761 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 f6026841f..9130839d9 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: >