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

Add a missing '-' to names.md
This commit is contained in:
Yan Wei
2020-02-25 03:12:48 -06:00
committed by GitHub
parent fa112da378
commit d93595e7fc
@@ -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