Skip to content

Commit

Permalink
Add stub for KeptnApp
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe committed Feb 24, 2023
1 parent 1f60366 commit a1b78e7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions docs/content/en/docs/crd-ref/KeptnApp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: KeptnApp
description: Specify all workloads to run
weight: 10
---

Copy this template to create a new CRD reference page.

1. Replace the variable text in metadata with information for this page
1. Delete the `hidden: true` line
1. Delete these instructions from your file
1. Populate the page with appropriate content

## Synopsis

## Fields

<!-- Detailed description of each field-->

## Usage

<!-- How this CRD is "activated". For example, which event uses this CRD -->
<!-- Instructions and guidelines for when and how to customize a CRD -->

## Examples

## Files

## Differences between versions

## See also
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
* **name** Unique name of this task.
This must be an alphanumeric string and, by convention, is all lowercase.
It can use the special characters `_`, `-` ... <what others>.
It should not inclue spaces.
It should not include spaces.

* **function** - Code to be executed.
This can be expressed as one of the following:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/crd-ref/crd-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: <crd-name>
description: <one-line description of CRD>
weight: <assign weight to create alphabetical order>
hide: true
hidden: true
---

Copy this template to create a new CRD reference page.
Expand Down

0 comments on commit a1b78e7

Please sign in to comment.