Skip to content

Commit 2a9d830

Browse files
authored
Update generation.md (#4998)
See [OLM issue 159](operator-framework/olm-docs#159). This is to have an example following best practices Signed-off-by: Frederic Giloux <[email protected]>
1 parent 5f6c16c commit 2a9d830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/content/en/docs/olm-integration/generation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ being managed, each with a `name` and `url`.
422422
- `spec.selector` _(user)_ : selectors by which the Operator can pair resources in a cluster.
423423
- `spec.icon` _(user)_ : a base64-encoded icon unique to the Operator, set in a `base64data` field with a `mediatype`.
424424
- `spec.maturity` _(user)_: the Operator's maturity, ex. `alpha`.
425+
- `spec.minKubeVersion` _(user)_: the minimal Kubernetes version supported by the Operator, ex. `1.16.0`.
425426
- `spec.webhookdefinitions`: any webhooks the Operator uses.
426427
- `spec.relatedImages` _(user)_: a list of image tags containing SHA digests [mapped to in-CSV names][relatedimages]
427428
that your Operator might require to perform their functions.

0 commit comments

Comments
 (0)