Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
feat: add ap4k module definition
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 14, 2019
1 parent 75eca44 commit 8a64308
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions conf/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 8a64308

Please sign in to comment.