Add godoc widget to readme
This commit is contained in:
parent
1ba4f57aaf
commit
c553cc3ed3
|
|
@ -1,6 +1,6 @@
|
||||||
# Kubernetes Autoscaler
|
# Kubernetes Autoscaler
|
||||||
|
|
||||||
[](https://travis-ci.org/kubernetes/autoscaler)
|
[](https://travis-ci.org/kubernetes/autoscaler) [![GoDoc Widget]][GoDoc]
|
||||||
|
|
||||||
This repository contains autoscaling-related components for Kubernetes.
|
This repository contains autoscaling-related components for Kubernetes.
|
||||||
|
|
||||||
|
|
@ -35,3 +35,6 @@ cd $GOPATH/src/k8s.io
|
||||||
git clone https://github.com/$YOUR_GITHUB_USERNAME/autoscaler.git
|
git clone https://github.com/$YOUR_GITHUB_USERNAME/autoscaler.git
|
||||||
cd autoscaler
|
cd autoscaler
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[GoDoc]: https://godoc.org/k8s.io/autoscaler
|
||||||
|
[GoDoc Widget]: https://godoc.org/k8s.io/autoscaler?status.svg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue