We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50635af commit ad54bfeCopy full SHA for ad54bfe
content/en/docs/concepts/workloads/controllers/_index.md
@@ -1,6 +1,7 @@
1
---
2
title: "Workload Resources"
3
weight: 20
4
+simple_list: true
5
6
7
Kubernetes provides several built-in APIs for declarative management of your
@@ -55,3 +56,6 @@ You can use a [Job](/docs/concepts/workloads/controllers/job/) and / or
55
56
a [CronJob](/docs/concepts/workloads/controllers/cron-jobs/) to
57
define tasks that run to completion and then stop. A Job represents a one-off task,
58
whereas each CronJob repeats according to a schedule.
59
+
60
+Other topics in this section:
61
+<!-- relies on simple_list: true in the front matter -->
0 commit comments