Skip to content

Commit

Permalink
Add roycaihw to reviewer and update test README
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Oct 15, 2018
1 parent 9dfdf9b commit 3809d15
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- philips
- seans3
- apelisse
- roycaihw
approvers:
- mbohlool
- lavalamp
Expand Down
4 changes: 4 additions & 0 deletions pkg/generators/rules/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
reviewers:
- roycaihw
approvers:
- roycaihw
9 changes: 9 additions & 0 deletions test/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ the current directory.
```bash
$ go run builder/main.go testdata/golden.json
```

After the golden spec is generated, please clean up the generated file
`pkg/generated/openapi_generated.go` before you commit. It's an intermediate product that doesn't need to be updated in kube-openapi repository. The checked-in file is kept minimum to make sure that `test/integration/builder` compiles. Please run:

```base
$ git checkout pkg/generated/openapi_generated.go
```

to discard any local change.

0 comments on commit 3809d15

Please sign in to comment.