File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
content/zh/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,17 @@ You need to have these tools installed:
40
40
- [Golang](https://golang.org/doc/install) version 1.13+
41
41
- [Docker](https://docs.docker.com/engine/installation/)
42
42
- [etcd](https://github.com/coreos/etcd/)
43
+ - [make](https://www.gnu.org/software/make/)
44
+ - [gcc compiler/linker](https://gcc.gnu.org/)
43
45
-->
44
46
- 你需要安装以下工具:
45
47
46
48
- [ Git] ( https://git-scm.com/book/en/v2/Getting-Started-Installing-Git )
47
49
- [ Golang] ( https://golang.org/doc/install ) 的 1.13 版本或更高
48
50
- [ Docker] ( https://docs.docker.com/engine/installation/ )
49
51
- [ etcd] ( https://github.com/coreos/etcd/ )
52
+ - [ make] ( https://www.gnu.org/software/make/ )
53
+ - [ gcc compiler/linker] ( https://gcc.gnu.org/ )
50
54
51
55
<!--
52
56
- Your $GOPATH environment variable must be set, and the location of `etcd`
@@ -237,8 +241,9 @@ hack/update-generated-protobuf.sh
237
241
On branch master
238
242
...
239
243
modified: api/openapi-spec/swagger.json
244
+ modified: api/openapi-spec/v3/apis__apps__v1_openapi.json
245
+ modified: pkg/generated/openapi/zz_generated.openapi.go
240
246
modified: staging/src/k8s.io/api/apps/v1/generated.proto
241
- modified: staging/src/k8s.io/api/apps/v1/types.go
242
247
modified: staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go
243
248
```
244
249
You can’t perform that action at this time.
0 commit comments