diff options
| author | Aaron Crickenberger <spiffxp@google.com> | 2018-08-13 13:40:27 -0700 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@google.com> | 2018-08-13 13:40:27 -0700 |
| commit | 14edeb8da50751e074f08ee5f4a4ed522a758952 (patch) | |
| tree | 4606bbbcc1c35731ba63e13e4d1d0b0c5e2ae050 | |
| parent | e5d36bcee638193b936002775d96c488756b8671 (diff) | |
Ensure cloud-provider-foo subprojects have only one parent
Subprojects are about ensuring that code ownership ultimately
lands with a single SIG. There were a few cloud-provider-foo
subprojects that listed dual ownership due to ongoing
discussion of the future of some SIGs. I asked the SIG chairs
involved to make a decision about which SIG these subprojects
should fall to until that discussion is resolved.
cloud-provider-azure -> sig-azure
cloud-provider-gcp -> sig-cloud-provider
cloud-provider-openstack -> sig-cloud-provider
| -rw-r--r-- | sig-cloud-provider/README.md | 3 | ||||
| -rw-r--r-- | sig-gcp/README.md | 3 | ||||
| -rw-r--r-- | sig-openstack/README.md | 7 | ||||
| -rw-r--r-- | sigs.yaml | 9 |
4 files changed, 0 insertions, 22 deletions
diff --git a/sig-cloud-provider/README.md b/sig-cloud-provider/README.md index d5db27e1..8cf6802b 100644 --- a/sig-cloud-provider/README.md +++ b/sig-cloud-provider/README.md @@ -39,9 +39,6 @@ The following subprojects are owned by sig-cloud-provider: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cloud/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/cloudprovider/OWNERS -- **cloud-provider-azure** - - Owners: - - https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS - **cloud-provider-gcp** - Owners: - https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS diff --git a/sig-gcp/README.md b/sig-gcp/README.md index f4804ab9..eb40aead 100644 --- a/sig-gcp/README.md +++ b/sig-gcp/README.md @@ -29,9 +29,6 @@ The Chairs of the SIG run operations and processes governing the SIG. ## Subprojects The following subprojects are owned by sig-gcp: -- **cloud-provider-gcp** - - Owners: - - https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS - **gcp-compute-persistent-disk-csi-driver** - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/master/OWNERS diff --git a/sig-openstack/README.md b/sig-openstack/README.md index 1db42bba..fb44e0da 100644 --- a/sig-openstack/README.md +++ b/sig-openstack/README.md @@ -29,13 +29,6 @@ The Chairs of the SIG run operations and processes governing the SIG. * [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. @@ -593,9 +593,6 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cloud/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/cloudprovider/OWNERS - - name: cloud-provider-azure - owners: - - https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS - name: cloud-provider-gcp owners: - https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS @@ -922,9 +919,6 @@ sigs: - 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: gcp-compute-persistent-disk-csi-driver owners: - https://raw.githubusercontent.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/master/OWNERS @@ -1268,9 +1262,6 @@ sigs: - 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: PM dir: sig-pm mission_statement: > |
