From 801c9d57659f2980f7a2b21e2b0054c65d1b7aea Mon Sep 17 00:00:00 2001 From: lucperkins Date: Mon, 9 Jul 2018 13:54:58 -0700 Subject: [PATCH] Change header level --- content/en/docs/reference/kubectl/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 55f59aed91..e17919040c 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -239,7 +239,7 @@ $ kubectl cluster-info dump --output-directory=/path/to/cluster-state # Dump c $ kubectl taint nodes foo dedicated=special-user:NoSchedule ``` -## Resource types +### Resource types List all supported resource types along with their shortnames, [API group](/docs/concepts/overview/kubernetes-api/#api-groups), whether they are [namespaced](/docs/concepts/overview/working-with-objects/namespaces), and [Kind](/docs/concepts/overview/working-with-objects/kubernetes-objects):