From 9b17d62192f1b8b49daf1e2573831cc5d23d6bba Mon Sep 17 00:00:00 2001 From: Sam Ghods Date: Thu, 29 Jan 2015 18:04:31 -0800 Subject: [PATCH] Update README.md to include Godoc and Travis links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88d406e5ead7e..67813484bd1aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Kubernetes +[![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes?status.png)](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes) [![Travis](https://travis-ci.org/GoogleCloudPlatform/kubernetes.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/kubernetes) + Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.