Update sigs.yaml to indicate that cluster-api-provider-gcp is owned
by sig cluster lifecycle.
This commit is contained in:
parent
3642cd980e
commit
963acf5727
|
@ -47,6 +47,9 @@ The following subprojects are owned by sig-cluster-lifecycle:
|
|||
- **cluster-api**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/master/OWNERS
|
||||
- **cluster-api-provider-gcp**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS
|
||||
- **cluster-api-provider-openstack**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS
|
||||
|
|
|
@ -695,6 +695,9 @@ sigs:
|
|||
- name: cluster-api
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/master/OWNERS
|
||||
- name: cluster-api-provider-gcp
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS
|
||||
- name: cluster-api-provider-openstack
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS
|
||||
|
|
Loading…
Reference in New Issue