Skip to content

Commit c231ba5

Browse files
committed
add necessary tools, correct git output example
1 parent 3bf1df5 commit c231ba5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/docs/contribute/generate-ref-docs/contribute-upstream.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ API or the `kube-*` components from the upstream code, see the following instruc
2727
- [Golang](https://golang.org/doc/install) version 1.13+
2828
- [Docker](https://docs.docker.com/engine/installation/)
2929
- [etcd](https://github.com/coreos/etcd/)
30+
- [make](https://www.gnu.org/software/make/)
31+
- [gcc compiler/linker](https://gcc.gnu.org/)
3032

3133
- Your `GOPATH` environment variable must be set, and the location of `etcd`
3234
must be in your `PATH` environment variable.
@@ -142,8 +144,9 @@ Run `git status` to see what was generated.
142144
On branch master
143145
...
144146
modified: api/openapi-spec/swagger.json
147+
modified: api/openapi-spec/v3/apis__apps__v1_openapi.json
148+
modified: pkg/generated/openapi/zz_generated.openapi.go
145149
modified: staging/src/k8s.io/api/apps/v1/generated.proto
146-
modified: staging/src/k8s.io/api/apps/v1/types.go
147150
modified: staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go
148151
```
149152

0 commit comments

Comments
 (0)