From 8a64308aeb961dc2313aaf6033fe77045b12f2bb Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Thu, 14 Mar 2019 22:32:28 +0100 Subject: [PATCH] feat: add ap4k module definition --- conf/generator.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/conf/generator.yaml b/conf/generator.yaml index 1e862f4..c663193 100644 --- a/conf/generator.yaml +++ b/conf/generator.yaml @@ -31,6 +31,20 @@ modules: - artifactid: spring-boot-starter-test groupid: org.springframework.boot scope: test + - name: ap4k + description: "Ap4k is a collection of Java annotations and processors for generating Kubernetes/OpenShift manifests at compile time" + guide_ref: "" + tags: + - ap4k + - annotations + - "code generation" + dependencies: + - groupid: io.ap4k + artifactid: openshift-annotations + version: 0.2.3 + - groupid: io.ap4k + artifactid: kubernetes-annotations + version: 0.2.3 - name: web description: "Web" guide_ref: ""