Skip to content

Commit

Permalink
Moved writing-tests guide to cronjob tutorial section, hoisted envtes…
Browse files Browse the repository at this point in the history
…t docs up in reference section
  • Loading branch information
gabbifish committed Jun 21, 2020
1 parent 69e579e commit aa3e6d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

- [Deploying the cert manager](./cronjob-tutorial/cert-manager.md)
- [Deploying webhooks](./cronjob-tutorial/running-webhook.md)

- [Writing tests](./cronjob-tutorial/writing-tests.md)

- [Epilogue](./cronjob-tutorial/epilogue.md)

Expand Down Expand Up @@ -73,7 +75,7 @@
- [Artifacts](./reference/artifacts.md)
- [Writing controller tests](./reference/writing-tests.md)

- [Using envtest in integration tests](./reference/testing/envtest.md)
- [Using envtest in integration tests](./reference/envtest.md)

- [Metrics](./reference/metrics.md)

Expand Down
8 changes: 2 additions & 6 deletions docs/book/src/cronjob-tutorial/epilogue.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Epilogue

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.
CronJob controller, made use of most of the features of
KubeBuilder, and written tests for the controller using envtest.

If you want more, head over to the [Multi-Version
Tutorial](/multiversion-tutorial/tutorial.md) to learn how to add new API
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit aa3e6d0

Please sign in to comment.