Update kubectl-overview.md

Fix the format. The format in orginal web page is confusion.
This commit is contained in:
Stewart-YU
2017-08-19 10:00:31 +08:00
committed by GitHub
parent acff65891f
commit cb18a8519e
+2
View File
@@ -16,7 +16,9 @@ kubectl [command] [TYPE] [NAME] [flags]
```
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:
$ kubectl get pod pod1