Skip to content

Commit

Permalink
wrong terminology format
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pli committed Jun 4, 2019
1 parent 024627e commit 7924e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/cronjob-tutorial/testdata/emptyapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Next, we get the types corresponding to actual Kinds, `CronJob` and `CronJobList
`TypeMeta` (which describes API version and Kind), and also contains `ObjectMeta`, which holds things
like name, namespace, and labels.
`CronJobList` is simply a container for multiple `CronJobs`. It's the Kind used in bulk operations,
`CronJobList` is simply a container for multiple `CronJob`s. It's the Kind used in bulk operations,
like LIST.
In general, we never modify either of these -- all modifications go in either Spec or Status
Expand Down

0 comments on commit 7924e6b

Please sign in to comment.