Skip to content

Commit ad54bfe

Browse files
author
Tim Bannister
committed
Use simple list for workload API section index
1 parent 50635af commit ad54bfe

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+4
-0
lines changed

content/en/docs/concepts/workloads/controllers/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Workload Resources"
33
weight: 20
4+
simple_list: true
45
---
56

67
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
5556
a [CronJob](/docs/concepts/workloads/controllers/cron-jobs/) to
5657
define tasks that run to completion and then stop. A Job represents a one-off task,
5758
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

Comments
 (0)