Skip to content

Commit

Permalink
Merge pull request kubernetes#190 from kubernetes/apelisse-patch-1
Browse files Browse the repository at this point in the history
Remove part about discarding `openapi.go`
  • Loading branch information
k8s-ci-robot authored Apr 1, 2020
2 parents 01dfbe2 + 1213b28 commit 9e82349
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,3 @@ the current directory.
```bash
$ go run builder/main.go testdata/golden.v2.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 9e82349

Please sign in to comment.