Add kubebuilder and controller-runtime as subprojects of server-sdk.
This commit is contained in:
parent
9ea1f026aa
commit
ef81741b4d
|
|
@ -67,6 +67,8 @@ The following subprojects are owned by sig-api-machinery:
|
|||
- https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-controller/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-incubator/apiserver-builder/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/kubebuilder/master/OWNERS
|
||||
- **idl-schema-client-pipeline**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS
|
||||
|
|
|
|||
|
|
@ -79,6 +79,8 @@ sigs:
|
|||
- https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-controller/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-incubator/apiserver-builder/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/kubebuilder/master/OWNERS
|
||||
- name: idl-schema-client-pipeline
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS # possibly should be totally separate
|
||||
|
|
|
|||
Loading…
Reference in New Issue