diff options
| author | Aaron Crickenberger <spiffxp@google.com> | 2019-05-03 11:20:52 -0700 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@google.com> | 2019-05-03 11:20:52 -0700 |
| commit | f2c3064a5bd64339f316e6719094c3782d503102 (patch) | |
| tree | 27615ea3a8a43eea691594b2ac4c7f9e11a5179e /sig-apps | |
| parent | 2b74274adc291a2748a5b1052a5e8767295b8085 (diff) | |
Ran make
Diffstat (limited to 'sig-apps')
| -rw-r--r-- | sig-apps/README.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sig-apps/README.md b/sig-apps/README.md index ca322841..2f32aad2 100644 --- a/sig-apps/README.md +++ b/sig-apps/README.md @@ -22,9 +22,9 @@ The [charter](charter.md) defines the scope and governance of the Apps Special I ### Chairs The Chairs of the SIG run operations and processes governing the SIG. +* Kenneth Owens (**[@kow3ns](https://github.com/kow3ns)**), Google * Matt Farina (**[@mattfarina](https://github.com/mattfarina)**), Samsung SDS * Adnan Abdulhussein (**[@prydonius](https://github.com/prydonius)**), Bitnami -* Kenneth Owens (**[@kow3ns](https://github.com/kow3ns)**), Google ## Contact * [Slack](https://kubernetes.slack.com/messages/sig-apps) @@ -34,6 +34,10 @@ The Chairs of the SIG run operations and processes governing the SIG. ## Subprojects The following subprojects are owned by sig-apps: +- **application** + - Description: Application metadata descriptor CRD + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/application/master/OWNERS - **examples** - Owners: - https://raw.githubusercontent.com/kubernetes/examples/master/OWNERS @@ -43,6 +47,10 @@ The following subprojects are owned by sig-apps: - **workloads-api** - Description: The core workloads API, which is composed of the CronJob, DaemonSet, Deployment, Job, ReplicaSet, ReplicationController, and StatefulSet kinds - Owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/apps/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/batch/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/core/v1/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/extensions/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cronjob/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/daemon/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/deployment/OWNERS @@ -52,24 +60,16 @@ The following subprojects are owned by sig-apps: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/replicaset/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/replication/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/statefulset/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/apps/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/core/v1/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/batch/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/extensions/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/apps/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/batch/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/extensions/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/apps/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/core/v1/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/batch/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/core/v1/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/extensions/OWNERS - 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://raw.githubusercontent.com/kubernetes-sigs/application/master/OWNERS ## GitHub Teams |
