Skip to content

Commit

Permalink
Update CronJob epilogue section to refer to new testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbifish committed May 19, 2020
1 parent 8a9198d commit a225c42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/book/src/cronjob-tutorial/epilogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ By this point, we've got a pretty full-featured implementation of the
CronJob controller, and have made use of most of the features of
KubeBuilder.

If you want to learn how to write integration tests for the CronJob kind
built in this tutorial, take a look at the [Writing Tests](/reference/writing-tests.md)
documentation.

If you want more, head over to the [Multi-Version
Tutorial](/multiversion-tutorial/tutorial.md) to learn how to add new API
versions to a project.

Additionally, you can try the following steps on your own -- we'll have
a tutorial section on them Soon™:

- writing unit/integration tests (check out [envtest][envtest])
- adding [additional printer columns][printer-columns] `kubectl get`

[envtest]: https://godoc.org/sigs.k8s.io/controller-runtime/pkg/envtest

[printer-columns]: /reference/generating-crd.md#additional-printer-columns

0 comments on commit a225c42

Please sign in to comment.