We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024627e commit 7924e6bCopy full SHA for 7924e6b
docs/book/src/cronjob-tutorial/testdata/emptyapi.go
@@ -54,7 +54,7 @@ Next, we get the types corresponding to actual Kinds, `CronJob` and `CronJobList
54
`TypeMeta` (which describes API version and Kind), and also contains `ObjectMeta`, which holds things
55
like name, namespace, and labels.
56
57
-`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,
58
like LIST.
59
60
In general, we never modify either of these -- all modifications go in either Spec or Status
0 commit comments