typo fix: add the missing right parenthesis (#15407)

pull/15410/head
Donghui Wang 2019-07-14 02:05:03 +08:00 committed by Kubernetes Prow Robot
parent 997242c871
commit 62656313f1
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ nginx-3ntk0 nginx-4ok8v nginx-qrm3m
```
Here, the selector is the same as the selector for the ReplicationController (seen in the
`kubectl describe` output, and in a different form in `replication.yaml`. The `--output=jsonpath` option
`kubectl describe` output), and in a different form in `replication.yaml`. The `--output=jsonpath` option
specifies an expression that just gets the name from each pod in the returned list.