Add a missing '-' to names.md (#18115)

Add a missing '-' to names.md
pull/19303/head
Yan Wei 2020-02-25 03:12:48 -06:00 committed by GitHub
parent fa112da378
commit d93595e7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ By convention, the names of Kubernetes resources should be up to maximum length
For example, heres the configuration file with a Pod name as `nginx-demo` and a Container name as `nginx`:
-->
例如下面是一个配置文件Pod 名为 `nginx demo`,容器名为 `nginx`
例如下面是一个配置文件Pod 名为 `nginx-demo`,容器名为 `nginx`
```yaml
apiVersion: v1