From 6c589da0f747c0df77ba0cad99ac29e583069a7c Mon Sep 17 00:00:00 2001 From: brendandburns Date: Sun, 15 Jun 2014 22:34:22 -0700 Subject: [PATCH] Added godoc link. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8465d584b4c..11bf9daf453 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Kubernetes - Kubernetes is an open source implementation of container cluster management. [Kubernetes Design Document](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/DESIGN.md) +[![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes?status.png)](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes) + ## Kubernetes can run anywhere! However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code.