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:
parent
d1d8dba932
commit
b286e451d7
26
sigs.yaml
26
sigs.yaml
|
@ -1643,6 +1643,7 @@ workinggroups:
|
||||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-app-def
|
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-app-def
|
||||||
- name: Cloud Provider
|
- name: Cloud Provider
|
||||||
dir: wg-cloud-provider
|
dir: wg-cloud-provider
|
||||||
|
label: cloud-provider
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
Charter can be found [here](https://docs.google.com/document/d/1m4Kvnh_u_9cENEE9n1ifYowQEFSgiHnbw43urGJMB64/edit#)
|
Charter can be found [here](https://docs.google.com/document/d/1m4Kvnh_u_9cENEE9n1ifYowQEFSgiHnbw43urGJMB64/edit#)
|
||||||
leads:
|
leads:
|
||||||
|
@ -1663,6 +1664,31 @@ workinggroups:
|
||||||
contact:
|
contact:
|
||||||
slack: wg-cloud-provider
|
slack: wg-cloud-provider
|
||||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-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
|
- name: Multitenancy
|
||||||
dir: wg-multitenancy
|
dir: wg-multitenancy
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
|
|
|
@ -21,6 +21,35 @@ Charter can be found [here](https://docs.google.com/document/d/1m4Kvnh_u_9cENEE9
|
||||||
## Contact
|
## Contact
|
||||||
* [Slack](https://kubernetes.slack.com/messages/wg-cloud-provider)
|
* [Slack](https://kubernetes.slack.com/messages/wg-cloud-provider)
|
||||||
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-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 -->
|
<!-- BEGIN CUSTOM CONTENT -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue