docs: add Contents section

This commit is contained in:
Chi-En Wu
2020-04-23 09:26:01 +08:00
parent 7bbf578ee5
commit 619f27ace1

View File

@ -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.