Merge pull request #32757 from iamNoah1/main

Revise page “Contributing to the Upstream Kubernetes Code”
This commit is contained in:
Kubernetes Prow Robot 2022-04-08 01:34:41 -07:00 committed by GitHub
commit e408a389b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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
```