manusa / yakc-quarkus-extension

Home Page:https://blog.marcnuri.com/tag/yakc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAKC - Yet Another Kubernetes Client - Quarkus Extension

Maven Central javadoc

Use this Quarkus extension to integrate YAKC in your Quarkus application.

This extension provides the requirements to be able to produce native images for your application running with YAKC.

Quickstart

Add the extension dependency to your pom.xml:

  <!-- ... -->
  <dependencies>
    <!-- ... -->
    <dependency>
      <groupId>com.marcnuri.yakc</groupId>
      <artifactId>quarkus-yakc-extension</artifactId>
      <version>0.0.13</version>
    </dependency>
  </dependencies>

Release process

  • Tag release with the current pom.xml version e.g. v0.0.13
  • Wait for action to complete and artifacts to be published in Maven Central
  • Increment version: mvn versions:set -DnewVersion=0.0.14 -DgenerateBackupPoms=false
  • Commit [RELEASE] v0.0.13 released, prepare for next development iteration

About

https://blog.marcnuri.com/tag/yakc/

License:Apache License 2.0


Languages

Language:Java 100.0%