generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add short-name for extensions, fix metadata (#722)
Fixes #721 Signed-off-by: Chris Laprun <claprun@redhat.com>
- Loading branch information
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
25 changes: 12 additions & 13 deletions
25
bundle-generator/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
name: Operator SDK - Bundle Generator | ||
description: Bundle Generation for Java Operator SDK operators | ||
name: Operator SDK - OLM Bundle Generator | ||
description: OLM Bundle Generation for Java Operator SDK operators | ||
metadata: | ||
keywords: | ||
- operator | ||
- kubernetes | ||
- openshift | ||
- olm | ||
- csv | ||
- bundle | ||
# guide: ... | ||
categories: | ||
- cloud | ||
# status: "preview" | ||
keywords: | ||
- operator | ||
- kubernetes | ||
- openshift | ||
- olm | ||
- csv | ||
- bundle | ||
categories: | ||
- cloud | ||
short-name: "olm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ metadata: | |
- openshift | ||
categories: | ||
- "cloud" | ||
# status: "preview" | ||
short-name: "qosdk" |