Merge pull request #4142 from justaugustus/capz
cluster-lifecycle: Move capz from SIG Cloud Provider to SIG CL
This commit is contained in:
commit
b3ad981548
|
@ -83,7 +83,6 @@ The following [subprojects][subproject-definition] are owned by sig-cloud-provid
|
|||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS
|
||||
- **Meetings:**
|
||||
- Azure Subproject Meeting (First Monday): [Mondays at 14:30 UTC](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (monthly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=14:30&tz=UTC).
|
||||
|
|
|
@ -88,6 +88,9 @@ The following [subprojects][subproject-definition] are owned by sig-cluster-life
|
|||
### cluster-api-provider-aws
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS
|
||||
### cluster-api-provider-azure
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS
|
||||
### cluster-api-provider-digitalocean
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-digitalocean/master/OWNERS
|
||||
|
|
|
@ -726,7 +726,6 @@ sigs:
|
|||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS
|
||||
meetings:
|
||||
- description: Azure Subproject Meeting (First Monday)
|
||||
|
@ -942,6 +941,9 @@ sigs:
|
|||
- name: cluster-api-provider-aws
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS
|
||||
- name: cluster-api-provider-azure
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS
|
||||
- name: cluster-api-provider-digitalocean
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-digitalocean/master/OWNERS
|
||||
|
|
Loading…
Reference in New Issue