Add generator kustomization references (#5447)

* Initial configMapGenerator ref

* Draft configMapGenerator options

* ConfigMapArgs

* Add sources

* Begin to restructure generator spec

* Add ObjectMeta

* Draft kustomization.md

* Draft kustomization file links

* Move bases weight

* Update generatorArgs link to commmon generatorOptions

* Remove api/generators for now

* Update generatorOptions

* Add generatorArgs header

* Add secretGenerator

* Remove ObjectMeta for now

* Draft generators

* Fix secretGenerator

* Cleanup

* Add include shortcode, cleanup generators

* Use common includes

* Update object metadata description

* spelling

* Improve args description
This commit is contained in:
Nick
2024-01-10 11:27:05 -08:00
committed by GitHub
parent f72db33d5e
commit f3fedac429
13 changed files with 354 additions and 102 deletions

View File

@@ -0,0 +1,18 @@
---
title: "secretargs"
weight: 2
date: 2023-11-17
description: >
SecretArgs contains arguments to generate Secrets.
headless: true
_build:
list: never
render: never
publishResources: false
---
{{< include "generatorargs.md" >}}
* **type** (string), optional
Type of the secret. Must be `Opaque` or `kubernetes.io/tls`. Defaults to `Opaque`.