From 956464acfe610c39d3d3df2ed79687be17724386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E4=BC=A0=E6=AD=A6?= Date: Tue, 27 Mar 2018 21:58:03 +0800 Subject: [PATCH] Update overview.md (#7836) --- docs/reference/kubectl/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/kubectl/overview.md b/docs/reference/kubectl/overview.md index 70221e2c24..e9ea0c66a2 100644 --- a/docs/reference/kubectl/overview.md +++ b/docs/reference/kubectl/overview.md @@ -19,7 +19,7 @@ where `command`, `TYPE`, `NAME`, and `flags` are: * `command`: Specifies the operation that you want to perform on one or more resources, for example `create`, `get`, `describe`, `delete`. -* `TYPE`: Specifies the [resource type](#resource-types). Resource types are case-sensitive and you can specify the singular, plural, or abbreviated forms. For example, the following commands produce the same output: +* `TYPE`: Specifies the [resource type](#resource-types). Resource types are case-insensitive and you can specify the singular, plural, or abbreviated forms. For example, the following commands produce the same output: $ kubectl get pod pod1 $ kubectl get pods pod1