Skip to content

Commit

Permalink
minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj authored Mar 23, 2018
1 parent 9ceaf3b commit 88289a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/kubectl/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can generate the following resources in `kubectl run`using `--generator` fla
* CronJob - use `batch/v1beta1`and for an endpoint - use `cronjob/v1beta1`(default).
* CronJob - use`batch/v2alpha1` and for an endpoint - use `cronjob/v2alpha1` (deprecated).

If you do not specify a generator flag, other flags prompts you to use a specific generator. The following table lists the flags that force you to use specific generators, depending on the version of the cluster:
If you do not specify a generator flag, other flags prompt you to use a specific generator. The following table lists the flags that force you to use specific generators, depending on the version of the cluster:

| Generated Resource | Cluster v1.4 and later | Cluster v1.3 | Cluster v1.2 | Cluster v1.1 and earlier |
|:----------------------:|------------------------|-----------------------|--------------------------------------------|--------------------------------------------|
Expand Down

0 comments on commit 88289a8

Please sign in to comment.