Merge pull request #872 from tcharding/kubectl-conventions

Fix minor typo
This commit is contained in:
Davanum Srinivas 2017-08-02 13:14:19 -04:00 committed by GitHub
commit 149f6d2a6c
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ guarantee that the expected behavior stays the same.
than just creation, similar to how -f is supported for most general-purpose than just creation, similar to how -f is supported for most general-purpose
commands. commands.
Generator commands shoud obey to the following conventions: Generator commands should obey the following conventions:
* A `--generator` flag should be defined. Users then can choose between * A `--generator` flag should be defined. Users then can choose between
different generators, if the command supports them (for example, `kubectl run` different generators, if the command supports them (for example, `kubectl run`