jcechace / quarkus-operator-sdk

Quarkus Extension to create Kubernetes Operators in Java using the Java Operator SDK (https://github.com/java-operator-sdk/java-operator-sdk) project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Quarkus extension to write operators in Java

All Contributors

See samples to get quickly started using an example

Maintaining the documentation

The documentation for this extension should be maintained as part of this repository and it is stored in the docs/ directory.

The layout should follow the Antora's Standard File and Directory Set .

Once the docs are ready to be published, please open a PR including this repository in the Quarkiverse Docs Antora playbook . See an example here.

Releasing

Follow the Quarkiverse release process.

Snapshots

A snapshot is generated each time the main or next branches are changed. To be able to use the snapshots, please add the following repository definition to your POM file (in the repositories section) or, preferably, to your settings.xml file:

    <repositories>
        ...
        <repository>
            <id>s01.oss.sonatype</id>
            <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Chris Laprun

💻 🚧

Sébastien CROCQUESEL

💻

Jose Carvajal

💻 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Quarkus Extension to create Kubernetes Operators in Java using the Java Operator SDK (https://github.com/java-operator-sdk/java-operator-sdk) project

License:Apache License 2.0


Languages

Language:Java 98.7%Language:JavaScript 1.3%