From c231ba5be3357dee8235343bf61fe6438ace4c0b Mon Sep 17 00:00:00 2001 From: "Noah Ispas (iamNoah1)" Date: Tue, 5 Apr 2022 10:15:15 +0200 Subject: [PATCH] add necessary tools, correct git output example --- .../docs/contribute/generate-ref-docs/contribute-upstream.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md b/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md index 4abf2de68b..ffce805718 100644 --- a/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md +++ b/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md @@ -27,6 +27,8 @@ API or the `kube-*` components from the upstream code, see the following instruc - [Golang](https://golang.org/doc/install) version 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/) - Your `GOPATH` environment variable must be set, and the location of `etcd` must be in your `PATH` environment variable. @@ -142,8 +144,9 @@ Run `git status` to see what was generated. 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 ```