diff options
| author | caleb miles <caselim@gmail.com> | 2018-02-27 12:22:17 -0800 |
|---|---|---|
| committer | caleb miles <caselim@gmail.com> | 2018-03-08 14:15:26 -0800 |
| commit | 816ee1c3bf8a5ba88f1f4ce81128034d00327375 (patch) | |
| tree | ce94e35b497ed1b92a0b7147edcf4bda0b773c0e | |
| parent | 8625f04ebf63c394e13ca1d436fbe71b5ee1af1e (diff) | |
Prefix repos for implementaions of `CloudProvider` with `cloud-provider`
...so they sort more nicely
| -rw-r--r-- | sig-aws/README.md | 4 | ||||
| -rw-r--r-- | sig-azure/README.md | 4 | ||||
| -rw-r--r-- | sig-gcp/README.md | 4 | ||||
| -rw-r--r-- | sig-openstack/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 16 |
5 files changed, 16 insertions, 16 deletions
diff --git a/sig-aws/README.md b/sig-aws/README.md index ac7d7a01..f75da22b 100644 --- a/sig-aws/README.md +++ b/sig-aws/README.md @@ -28,9 +28,9 @@ Covers maintaining, supporting, and using Kubernetes hosted on AWS Cloud. ## Subprojects The following subprojects are owned by sig-aws: -- **aws-cloud-provider** +- **cloud-provider-aws** - Owners: - - https://raw.githubusercontent.com/kubernetes/aws-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/master/OWNERS ## GitHub Teams diff --git a/sig-azure/README.md b/sig-azure/README.md index b1007703..08d4c84c 100644 --- a/sig-azure/README.md +++ b/sig-azure/README.md @@ -28,9 +28,9 @@ A Special Interest Group for building, deploying, maintaining, supporting, and u ## Subprojects The following subprojects are owned by sig-azure: -- **azure-cloud-provider** +- **cloud-provider-azure** - Owners: - - https://raw.githubusercontent.com/kubernetes/azure-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS ## GitHub Teams diff --git a/sig-gcp/README.md b/sig-gcp/README.md index 1b49e6c9..c763dca1 100644 --- a/sig-gcp/README.md +++ b/sig-gcp/README.md @@ -25,9 +25,9 @@ A Special Interest Group for building, deploying, maintaining, supporting, and u ## Subprojects The following subprojects are owned by sig-gcp: -- **gcp-cloud-provider** +- **cloud-provider-gcp** - Owners: - - https://raw.githubusercontent.com/kubernetes/gcp-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS ## GitHub Teams diff --git a/sig-openstack/README.md b/sig-openstack/README.md index 0b79bfcd..ca2b6e07 100644 --- a/sig-openstack/README.md +++ b/sig-openstack/README.md @@ -28,9 +28,9 @@ Coordinates the cross-community efforts of the OpenStack and Kubernetes communit ## Subprojects The following subprojects are owned by sig-openstack: -- **openstack-cloud-provider** +- **cloud-provider-openstack** - Owners: - - https://raw.githubusercontent.com/kubernetes/openstack-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/OWNERS ## GitHub Teams @@ -365,9 +365,9 @@ sigs: - name: sig-aws-misc description: General Discussion subprojects: - - name: aws-cloud-provider + - name: cloud-provider-aws owners: - - https://raw.githubusercontent.com/kubernetes/aws-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/master/OWNERS - name: Azure dir: sig-azure @@ -401,9 +401,9 @@ sigs: - name: sig-azure-misc description: General Discussion subprojects: - - name: azure-cloud-provider + - name: cloud-provider-azure owners: - - https://raw.githubusercontent.com/kubernetes/azure-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS - name: Big Data dir: sig-big-data @@ -781,9 +781,9 @@ sigs: - name: sig-gcp-test-failures description: Test Failures and Triage subprojects: - - name: gcp-cloud-provider + - name: cloud-provider-gcp owners: - - https://raw.githubusercontent.com/kubernetes/gcp-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS - name: Instrumentation dir: sig-instrumentation @@ -1109,9 +1109,9 @@ sigs: - name: sig-openstack-test-failures description: Test Failures and Triage subprojects: - - name: openstack-cloud-provider + - name: cloud-provider-openstack owners: - - https://raw.githubusercontent.com/kubernetes/openstack-cloud-provider/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/OWNERS - name: Product Management dir: sig-product-management |
