From 0d26285c2b6bf8306e593ca5a21fc4d2ed67ac07 Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 5 May 2022 00:58:28 +0300 Subject: [PATCH] =?UTF-8?q?[ru]=20revise=20page=20=E2=80=9CContributing=20?= =?UTF-8?q?to=20the=20Upstream=20Kubernetes=20Code=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/contribute/generate-ref-docs/contribute-upstream.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/ru/docs/contribute/generate-ref-docs/contribute-upstream.md b/content/ru/docs/contribute/generate-ref-docs/contribute-upstream.md index 0834caa522..ba529883ef 100644 --- a/content/ru/docs/contribute/generate-ref-docs/contribute-upstream.md +++ b/content/ru/docs/contribute/generate-ref-docs/contribute-upstream.md @@ -25,6 +25,8 @@ weight: 20 - [Golang](https://golang.org/doc/install) версии 1.13+ - [Docker](https://docs.docker.com/engine/installation/) - [etcd](https://github.com/coreos/etcd/) + - [make](https://www.gnu.org/software/make/) + - [gcc compiler/linker](https://gcc.gnu.org/) - Созданная переменная окружения `GOPATH`, а путь к `etcd` должен быть прописан в переменной окружения `PATH`. @@ -121,8 +123,9 @@ hack/update-generated-protobuf.sh On branch master ... modified: api/openapi-spec/swagger.json + modified: api/openapi-spec/v3/apis__apps__v1_openapi.json + modified: pkg/generated/openapi/zz_generated.openapi.go modified: staging/src/k8s.io/api/apps/v1/generated.proto - modified: staging/src/k8s.io/api/apps/v1/types.go modified: staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go ```