Skip to content

Commit 23b69a9

Browse files
committed
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 <[email protected]>
1 parent 5ceddce commit 23b69a9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

OWNERS_ALIASES

+12
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@ aliases:
128128
- justaugustus # SIG Chair
129129
- saschagrunert # Branch Manager
130130
- tpepper # SIG Chair / Patch Release Team
131+
build-image-approvers:
132+
- BenTheElder
133+
- cblecker
134+
- dims
135+
- justaugustus
136+
- listx
137+
build-image-reviewers:
138+
- BenTheElder
139+
- cblecker
140+
- dims
141+
- justaugustus
142+
- listx
131143

132144
sig-storage-reviewers:
133145
- saad-ali

build/build-image/OWNERS

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- build-image-approvers
5+
reviewers:
6+
- build-image-reviewers
7+
8+
labels:
9+
- sig/release
10+
- area/release-eng

0 commit comments

Comments
 (0)