Merge pull request #1862 from calebamiles/list-desired-cloud-provider-repos-as-subprojects

Makes SIGs responsible for implementations of `CloudProvider`
This commit is contained in:
k8s-ci-robot 2018-03-09 10:31:11 -08:00 committed by GitHub
commit a616ab2966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 49 additions and 53 deletions

View File

@ -24,6 +24,13 @@ Covers maintaining, supporting, and using Kubernetes hosted on AWS Cloud.
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Faws)
## Subprojects
The following subprojects are owned by sig-aws:
- **cloud-provider-aws**
- Owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/master/OWNERS
## GitHub Teams
The below teams can be mentioned on issues and PRs in order to get attention from the right people.

View File

@ -25,6 +25,13 @@ A Special Interest Group for building, deploying, maintaining, supporting, and u
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-azure)
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fazure)
## Subprojects
The following subprojects are owned by sig-azure:
- **cloud-provider-azure**
- Owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS
## GitHub Teams
The below teams can be mentioned on issues and PRs in order to get attention from the right people.

View File

@ -22,6 +22,13 @@ A Special Interest Group for building, deploying, maintaining, supporting, and u
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-gcp)
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fgcp)
## Subprojects
The following subprojects are owned by sig-gcp:
- **cloud-provider-gcp**
- Owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS
## GitHub Teams
The below teams can be mentioned on issues and PRs in order to get attention from the right people.

View File

@ -25,6 +25,13 @@ Coordinates the cross-community efforts of the OpenStack and Kubernetes communit
* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-openstack)
* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fopenstack)
## Subprojects
The following subprojects are owned by sig-openstack:
- **cloud-provider-openstack**
- Owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/OWNERS
## GitHub Teams
The below teams can be mentioned on issues and PRs in order to get attention from the right people.

View File

@ -395,6 +395,11 @@ sigs:
teams:
- name: sig-aws-misc
description: General Discussion
subprojects:
- name: cloud-provider-aws
owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/master/OWNERS
- name: Azure
dir: sig-azure
mission_statement: >
@ -426,6 +431,11 @@ sigs:
teams:
- name: sig-azure-misc
description: General Discussion
subprojects:
- name: cloud-provider-azure
owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS
- name: Big Data
dir: sig-big-data
mission_statement: >
@ -805,6 +815,11 @@ sigs:
description: Design Proposals
- name: sig-gcp-test-failures
description: Test Failures and Triage
subprojects:
- name: cloud-provider-gcp
owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS
- name: Instrumentation
dir: sig-instrumentation
mission_statement: >
@ -1128,6 +1143,11 @@ sigs:
description: Design Proposals
- name: sig-openstack-test-failures
description: Test Failures and Triage
subprojects:
- name: cloud-provider-openstack
owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/OWNERS
- name: Product Management
dir: sig-product-management
mission_statement: >
@ -1703,31 +1723,7 @@ 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

@ -23,34 +23,6 @@ Charter can be found [here](https://docs.google.com/document/d/1m4Kvnh_u_9cENEE9
* [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 -->
<!-- END CUSTOM CONTENT -->