diff --git a/sig-etcd/README.md b/sig-etcd/README.md index 242ce8483..c01f9de83 100644 --- a/sig-etcd/README.md +++ b/sig-etcd/README.md @@ -46,6 +46,10 @@ subprojects, and resolve cross-subproject technical issues and decisions. ## Subprojects The following [subprojects][subproject-definition] are owned by sig-etcd: +### auger +Directly access data objects stored in etcd by kubernetes. +- **Owners:** + - [etcd-io/auger](https://github.com/etcd-io/auger/blob/master/OWNERS) ### bbolt An embedded key/value database for Go. - **Owners:** diff --git a/sigs.yaml b/sigs.yaml index 6e05d2b7a..d7acdd1d7 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1708,6 +1708,10 @@ sigs: github: mrbobbytables name: Bob Killen subprojects: + - name: auger + description: Directly access data objects stored in etcd by kubernetes. + owners: + - https://raw.githubusercontent.com/etcd-io/auger/master/OWNERS - name: bbolt description: An embedded key/value database for Go. owners: