Quarkus - YAKC - Deployment

Parent module for Quarkus YACK Extension: Interact with Kubernetes and develop Kubernetes Operators using YAKC (Yet Another Kubernetes Client)

License

License

GroupId

GroupId

com.marcnuri.yakc
ArtifactId

ArtifactId

quarkues-yakc-extension-deployment
Last Version

Last Version

0.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Quarkus - YAKC - Deployment
Parent module for Quarkus YACK Extension: Interact with Kubernetes and develop Kubernetes Operators using YAKC (Yet Another Kubernetes Client)

Download quarkues-yakc-extension-deployment

How to add to project

<!-- https://jarcasting.com/artifacts/com.marcnuri.yakc/quarkues-yakc-extension-deployment/ -->
<dependency>
    <groupId>com.marcnuri.yakc</groupId>
    <artifactId>quarkues-yakc-extension-deployment</artifactId>
    <version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcnuri.yakc/quarkues-yakc-extension-deployment/
implementation 'com.marcnuri.yakc:quarkues-yakc-extension-deployment:0.0.0'
// https://jarcasting.com/artifacts/com.marcnuri.yakc/quarkues-yakc-extension-deployment/
implementation ("com.marcnuri.yakc:quarkues-yakc-extension-deployment:0.0.0")
'com.marcnuri.yakc:quarkues-yakc-extension-deployment:jar:0.0.0'
<dependency org="com.marcnuri.yakc" name="quarkues-yakc-extension-deployment" rev="0.0.0">
  <artifact name="quarkues-yakc-extension-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcnuri.yakc', module='quarkues-yakc-extension-deployment', version='0.0.0')
)
libraryDependencies += "com.marcnuri.yakc" % "quarkues-yakc-extension-deployment" % "0.0.0"
[com.marcnuri.yakc/quarkues-yakc-extension-deployment "0.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.marcnuri.yakc : quarkues-yakc-extension jar 0.0.0
io.quarkus : quarkus-jackson-deployment jar 1.9.0.Final

Project Modules

There are no modules declared in this project.

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.6</version>
    </dependency>
  </dependencies>

Release process

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

Versions

Version
0.0.0