File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/ru/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ weight: 20
25
25
- [ Golang] ( https://golang.org/doc/install ) версии 1.13+
26
26
- [ Docker] ( https://docs.docker.com/engine/installation/ )
27
27
- [ etcd] ( https://github.com/coreos/etcd/ )
28
+ - [ make] ( https://www.gnu.org/software/make/ )
29
+ - [ gcc compiler/linker] ( https://gcc.gnu.org/ )
28
30
29
31
- Созданная переменная окружения ` GOPATH ` , а путь к ` etcd ` должен быть прописан в переменной окружения ` PATH ` .
30
32
@@ -121,8 +123,9 @@ hack/update-generated-protobuf.sh
121
123
On branch master
122
124
...
123
125
modified: api/openapi-spec/swagger.json
126
+ modified: api/openapi-spec/v3/apis__apps__v1_openapi.json
127
+ modified: pkg/generated/openapi/zz_generated.openapi.go
124
128
modified: staging/src/k8s.io/api/apps/v1/generated.proto
125
- modified: staging/src/k8s.io/api/apps/v1/types.go
126
129
modified: staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go
127
130
```
128
131
You can’t perform that action at this time.
0 commit comments