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

This commit is contained in:
Donghui Wang
2019-07-14 02:05:03 +08:00
committed by Kubernetes Prow Robot
parent 997242c871
commit 62656313f1
@@ -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 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. specifies an expression that just gets the name from each pod in the returned list.