Skip to content

Commit fe347d3

Browse files
authored
Merge pull request #33465 from Arhell/revise
[ru] revise page “Contributing to the Upstream Kubernetes Code”
2 parents ce78eb7 + 0d26285 commit fe347d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ weight: 20
2525
- [Golang](https://golang.org/doc/install) версии 1.13+
2626
- [Docker](https://docs.docker.com/engine/installation/)
2727
- [etcd](https://github.com/coreos/etcd/)
28+
- [make](https://www.gnu.org/software/make/)
29+
- [gcc compiler/linker](https://gcc.gnu.org/)
2830

2931
- Созданная переменная окружения `GOPATH`, а путь к `etcd` должен быть прописан в переменной окружения `PATH`.
3032

@@ -121,8 +123,9 @@ hack/update-generated-protobuf.sh
121123
On branch master
122124
...
123125
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
124128
modified: staging/src/k8s.io/api/apps/v1/generated.proto
125-
modified: staging/src/k8s.io/api/apps/v1/types.go
126129
modified: staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go
127130
```
128131

0 commit comments

Comments
 (0)