From c6636e89df2a1c0f7bbe944fe02a1a228568e5ce Mon Sep 17 00:00:00 2001 From: kairen Date: Mon, 4 Sep 2017 15:08:07 +0800 Subject: [PATCH] Fix CRD page typo --- .../extend-api-custom-resource-definitions.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md b/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md index 13e015c20b..e6a855b9ac 100644 --- a/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md +++ b/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md @@ -112,7 +112,7 @@ Note that resource names are not case-sensitive when using kubectl, and you can use either the singular or plural forms defined in the CRD, as well as any short names. -You can also view the raw JSON data: +You can also view the raw YAML data: ```shell kubectl get ct -o yaml @@ -178,7 +178,3 @@ meaning all finalizers are done. {% endcapture %} {% include templates/task.md %} - - - -