forked from kubernetes/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keps: Update KEP with updated repository structure
... also add Cloud Provider specific SIGs as participants on this KEP. Removes proposed repositories for Cloud Provider implementations currently without a related SIG.
- Loading branch information
1 parent
753c850
commit 5a03cbd
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,13 @@ authors: | |
- "@calebamiles" | ||
owning-sig: sig-apimachinery | ||
participating-sigs: | ||
- sig-storage | ||
- sig-apps | ||
- sig-aws | ||
- sig-azure | ||
- sig-gcp | ||
- sig-network | ||
- sig-openstack | ||
- sig-storage | ||
reviewers: | ||
- "@wlan0" | ||
- "@calebamiles" | ||
|
@@ -280,15 +284,11 @@ We propose the following repository structure for the cloud providers which | |
currently live in `kubernetes/pkg/cloudprovider/providers/*` | ||
|
||
``` | ||
[email protected]:kubernetes/wg-cloud-provider | ||
[email protected]:kubernetes/aws-cloud-provider | ||
[email protected]:kubernetes/azure-cloud-provider | ||
[email protected]:kubernetes/cloudstack-cloud-provider | ||
[email protected]:kubernetes/gce-cloud-provider | ||
[email protected]:kubernetes/openstack-cloud-provider | ||
[email protected]:kubernetes/ovirt-cloud-provider | ||
[email protected]:kubernetes/photon-cloud-provider | ||
[email protected]:kubernetes/vsphere-cloud-provider | ||
[email protected]:kubernetes/cloud-provider-wg | ||
[email protected]:kubernetes/cloud-provider-aws | ||
[email protected]:kubernetes/cloud-provider-azure | ||
[email protected]:kubernetes/cloud-provider-gcp | ||
[email protected]:kubernetes/cloud-provider-openstack | ||
``` | ||
|
||
We propose this structure in order to obtain | ||
|