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 /sigs.yaml | |
| 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
Diffstat (limited to 'sigs.yaml')
| -rw-r--r-- | sigs.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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: > |
