List desired cloud provider git repositories as subprojects

This is a statement of intent to create new Git repositories for the
cloud providers to extract from `kubernetes/kubernetes`. Handling
repositories for newly donated cloud providers will be handled
separately
This commit is contained in:
caleb miles 2018-02-21 12:59:46 -08:00
parent d1d8dba932
commit b286e451d7
No known key found for this signature in database
GPG Key ID: 936130D2A33E9A36
2 changed files with 55 additions and 0 deletions

View File

@ -1643,6 +1643,7 @@ workinggroups:
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-app-def
- name: Cloud Provider
dir: wg-cloud-provider
label: cloud-provider
mission_statement: >
Charter can be found [here](https://docs.google.com/document/d/1m4Kvnh_u_9cENEE9n1ifYowQEFSgiHnbw43urGJMB64/edit#)
leads:
@ -1663,6 +1664,31 @@ workinggroups:
contact:
slack: wg-cloud-provider
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-cloud-provider
subprojects:
- name: aws-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/aws-cloud-provider/master/OWNERS
- name: azure-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/azure-cloud-provider/master/OWNERS
- name: cloudstack-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/cloudstack-cloud-provider/master/OWNERS
- name: gcp-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/gcp-cloud-provider/master/OWNERS
- name: openstack-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/openstack-cloud-provider/master/OWNERS
- name: ovirt-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/ovirt-cloud-provider/master/OWNERS
- name: photon-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/photon-cloud-provider/master/OWNERS
- name: vsphere-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/vsphere-cloud-provider/master/OWNERS
- name: Multitenancy
dir: wg-multitenancy
mission_statement: >

View File

@ -21,6 +21,35 @@ Charter can be found [here](https://docs.google.com/document/d/1m4Kvnh_u_9cENEE9
## Contact
* [Slack](https://kubernetes.slack.com/messages/wg-cloud-provider)
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-cloud-provider)
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fcloud-provider)
## Subprojects
The following subprojects are owned by wg-cloud-provider:
- **aws-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/aws-cloud-provider/master/OWNERS
- **azure-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/azure-cloud-provider/master/OWNERS
- **cloudstack-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/cloudstack-cloud-provider/master/OWNERS
- **gcp-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/gcp-cloud-provider/master/OWNERS
- **openstack-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/openstack-cloud-provider/master/OWNERS
- **ovirt-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/ovirt-cloud-provider/master/OWNERS
- **photon-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/photon-cloud-provider/master/OWNERS
- **vsphere-cloud-provider**
- Owners:
- https://raw.githubusercontent.com/kubernetes/vsphere-cloud-provider/master/OWNERS
<!-- BEGIN CUSTOM CONTENT -->