sigs.yaml: add DO Cluster-API provider as SIG Cluster Lifecycle subproject
This commit is contained in:
parent
4602f47005
commit
594bb2385c
|
@ -58,6 +58,9 @@ The following subprojects are owned by sig-cluster-lifecycle:
|
||||||
- **cluster-api-provider-aws**
|
- **cluster-api-provider-aws**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS
|
||||||
|
- **cluster-api-provider-digitalocean**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-digitalocean/master/OWNERS
|
||||||
- **cluster-api-provider-gcp**
|
- **cluster-api-provider-gcp**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS
|
||||||
|
|
|
@ -755,6 +755,9 @@ sigs:
|
||||||
- name: cluster-api-provider-aws
|
- name: cluster-api-provider-aws
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS
|
||||||
|
- name: cluster-api-provider-digitalocean
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-digitalocean/master/OWNERS
|
||||||
- name: cluster-api-provider-gcp
|
- name: cluster-api-provider-gcp
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS
|
||||||
|
|
Loading…
Reference in New Issue