Use simple list for workload API section index

This commit is contained in:
Tim Bannister 2023-03-08 19:38:42 +00:00
parent 50635afc37
commit ad54bfe6d6
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: "Workload Resources"
weight: 20
simple_list: true
---
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
a [CronJob](/docs/concepts/workloads/controllers/cron-jobs/) to
define tasks that run to completion and then stop. A Job represents a one-off task,
whereas each CronJob repeats according to a schedule.
Other topics in this section:
<!-- relies on simple_list: true in the front matter -->