Skip to content

Commit

Permalink
Add links to top of plugins page
Browse files Browse the repository at this point in the history
This makes that page, which is diverse and complicated, more
consumable.

Signed-off-by: John Schnake <[email protected]>
  • Loading branch information
johnSchnake committed Dec 27, 2021
1 parent 5577b2d commit e679e44
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions site/content/docs/main/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ When you first run Sonobuoy, an aggregator pod is created in the cluster which r

The aggregator then waits for each plugin to report results back to it. If the plugin fails to launch correctly or does not report results within the timeout period, an error is recorded.

Below are the useful resources to understand what plugins are and how they work, what plugins are available,
how you can customize them, and how you can build your own:

- [Plugin Types](#plugin-types)
- [Built-in Plugins](#built-in-plugins)
- [Specifying Which Plugins To Run](#specifying-which-plugins-to-run)
- [How Plugins Work](#how-plugins-work)
- [Writing your own plugin](#writing-your-own-plugin)
- [Plugin Result Types](#plugin-result-types)
- [Customizing PodSpec options](#customizing-podspec-options)
- [Providing your own PodSpec](#providing-your-own-podspec)
- [Plugin Installation (Experimental Feature)](#plugin-installation-experimental-feature)
- [Existing Plugins][examplePlugins]

## Plugin Types

There are two types of plugins:
Expand Down

0 comments on commit e679e44

Please sign in to comment.