Merge pull request #57634 from mkumatag/images_owner

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add owners file for test images

**What this PR does / why we need it**:
This PR is for adding OWNERS file for `test/images` and `test/utils/image` folder
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-12-28 14:00:55 -08:00 committed by GitHub
commit 206ba3baca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

7
test/images/OWNERS Normal file
View File

@ -0,0 +1,7 @@
reviewers:
- luxas
- mkumatag
- ixdy
approvers:
- luxas
- ixdy

7
test/utils/image/OWNERS Normal file
View File

@ -0,0 +1,7 @@
reviewers:
- luxas
- mkumatag
- ixdy
approvers:
- luxas
- ixdy