Add cluster-api* git repositories under sig-cluster-lifecycle
Change-Id: Idf9b661fcf7a8f5aa353ca72134ef786b5c58b45 Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
35b3e3cf65
commit
b54572e2d2
|
@ -44,6 +44,12 @@ The following subprojects are owned by sig-cluster-lifecycle:
|
||||||
- **bootkube**
|
- **bootkube**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-incubator/bootkube/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-incubator/bootkube/master/OWNERS
|
||||||
|
- **cluster-api**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/master/OWNERS
|
||||||
|
- **cluster-api-provider-openstack**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS
|
||||||
- **kops**
|
- **kops**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/kops/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kops/master/OWNERS
|
||||||
|
|
|
@ -692,6 +692,12 @@ sigs:
|
||||||
- name: bootkube
|
- name: bootkube
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-incubator/bootkube/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-incubator/bootkube/master/OWNERS
|
||||||
|
- name: cluster-api
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/master/OWNERS
|
||||||
|
- name: cluster-api-provider-openstack
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS
|
||||||
- name: kops
|
- name: kops
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/kops/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kops/master/OWNERS
|
||||||
|
|
Loading…
Reference in New Issue