From 619f27ace120424aed84f45eb1f4abc04bca596d Mon Sep 17 00:00:00 2001 From: Chi-En Wu Date: Thu, 23 Apr 2020 09:26:01 +0800 Subject: [PATCH] docs: add `Contents` section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1bf9bd6..f4144db 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ It provides utilities that reflect best practices of Kubernetes chart developmen +## Contents + +- [Resource Kinds](#resource-kinds) + * [`common.deployment`](#commondeployment) + * [`common.service`](#commonservice) +- [Partial Objects](#partial-objects) + * [`common.container`](#commoncontainer) + + + ## Resource Kinds Kubernetes defines a variety of resource kinds, from `Secret` to `StatefulSet`. We define some of the most common kinds in a way that lets you easily work with them.