Merge pull request #112966 from LJTian/master

Update GO address link
This commit is contained in:
Kubernetes Prow Robot 2022-10-18 04:45:20 -07:00 committed by GitHub
commit 21049c2a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ That said, if you have questions, reach out to us
[containerized applications]: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ [containerized applications]: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
[developer's documentation]: https://git.k8s.io/community/contributors/devel#readme [developer's documentation]: https://git.k8s.io/community/contributors/devel#readme
[Docker environment]: https://docs.docker.com/engine [Docker environment]: https://docs.docker.com/engine
[Go environment]: https://golang.org/doc/install [Go environment]: https://go.dev/doc/install
[GoPkg]: https://pkg.go.dev/k8s.io/kubernetes [GoPkg]: https://pkg.go.dev/k8s.io/kubernetes
[GoPkg Widget]: https://pkg.go.dev/badge/k8s.io/kubernetes.svg [GoPkg Widget]: https://pkg.go.dev/badge/k8s.io/kubernetes.svg
[interactive tutorial]: https://kubernetes.io/docs/tutorials/kubernetes-basics [interactive tutorial]: https://kubernetes.io/docs/tutorials/kubernetes-basics

View File

@ -19,7 +19,7 @@ cli client. That client will eventually move here too.
- No dependence on `k8s.io/kubernetes`. Dependence on other repositories is fine. - No dependence on `k8s.io/kubernetes`. Dependence on other repositories is fine.
- Code must be usefully [commented](https://golang.org/doc/effective_go.html#commentary). - Code must be usefully [commented](https://go.dev/doc/effective_go#commentary).
Not only for developers on the project, but also for external users of these packages. Not only for developers on the project, but also for external users of these packages.
- When reviewing PRs, you are encouraged to use Golang's [code review - When reviewing PRs, you are encouraged to use Golang's [code review

View File

@ -4,7 +4,7 @@ This document will take you through setting up and trying the sample apiserver o
## Pre requisites ## Pre requisites
- Go 1.7.x or later installed and setup. More information can be found at [go installation](https://golang.org/doc/install) - Go 1.7.x or later installed and setup. More information can be found at [go installation](https://go.dev/doc/install)
- Dockerhub account to push the image to [Dockerhub](https://hub.docker.com/) - Dockerhub account to push the image to [Dockerhub](https://hub.docker.com/)
## Install Minikube ## Install Minikube