Skip to content

Commit 2a65694

Browse files
committed
feat: add display name and description to ExposedAppReconciler
Signed-off-by: Chris Laprun <[email protected]>
1 parent 1062dc0 commit 2a65694

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/exposedapp/src/main/java/io/halkyon/ExposedAppReconciler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
@Dependent(name = "service", type = ServiceDependent.class),
2121
@Dependent(type = IngressDependent.class, readyPostcondition = IngressDependent.class)
2222
})
23-
@CSVMetadata(provider = @CSVMetadata.Provider(name = "Christophe Laprun", url = "https://github.com/metacosm"))
23+
@CSVMetadata(displayName = "ExposedApp operator", description = "A sample operator that shows how to use JOSDK's main features with the Quarkus extension",
24+
provider = @CSVMetadata.Provider(name = "Christophe Laprun", url = "https://github.com/metacosm"))
2425
public class ExposedAppReconciler implements Reconciler<ExposedApp>,
2526
ContextInitializer<ExposedApp> {
2627

0 commit comments

Comments
 (0)