build: Add OWNERS on build-image/

Here we're primarily concerned with the kube-cross image, though we
may expand scope at a later time.

Adding the following reviewers/approvers:
- BenTheElder
- cblecker
- dims
- justaugustus
- listx

Once we've defined policies for handling these images, we'll expand the
scope of this group to include Release Engineering.

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-02-25 23:57:16 -05:00
parent 5ceddce539
commit 23b69a97c6
2 changed files with 22 additions and 0 deletions

View File

@ -128,6 +128,18 @@ aliases:
- justaugustus # SIG Chair
- saschagrunert # Branch Manager
- tpepper # SIG Chair / Patch Release Team
build-image-approvers:
- BenTheElder
- cblecker
- dims
- justaugustus
- listx
build-image-reviewers:
- BenTheElder
- cblecker
- dims
- justaugustus
- listx
sig-storage-reviewers:
- saad-ali

10
build/build-image/OWNERS Normal file
View File

@ -0,0 +1,10 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- build-image-approvers
reviewers:
- build-image-reviewers
labels:
- sig/release
- area/release-eng