You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension integrates the https://javaoperatorsdk.io[Java Operator SDK] project (JOSDK) with Quarkus, making it even easier to use both.
6
6
7
+
For an introduction to this project, please read the https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk[blog series] that we wrote on how to write operators in Java with Quarkus.
8
+
Please also refer to the https://javaoperatorsdk.io/docs/getting-started[JOSDK documentation] for more details.
9
+
7
10
== Features
8
11
9
12
- Automatically generates a main class, so that the only thing that's required is to write `Reconciler` implementation(s)
0 commit comments