We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee2698c + 1662abb commit a98e88cCopy full SHA for a98e88c
README.md
@@ -3,6 +3,16 @@
3
4
Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](https://github.com/operator-framework/operator-sdk).
5
6
+| S.No. | Contents |
7
+| ----- | -------- |
8
+| [1.](#Features) | [Features](#Features) |
9
+| [2.](#Why-build-your-own-Operator) | [Why build your own Operator?](#Why-build-your-own-Operator) |
10
+| [3.](#Roadmap) | [Roadmap](#Roadmap) |
11
+| [4.](#Join-us-on-Discord) | [Join us on Discord!](#Join-us-on-Discord) |
12
+| [5.](#User-Guide) | [User Guide](#User-Guide) |
13
+| [6.](#Usage) | [Usage](#Usage) |
14
+| [7.](#Spring-Boot) | [Spring Boot](#Spring-Boot) |
15
+
16
#### Features
17
* Framework for handling Kubernetes API events
18
* Registering Custom Resource watches
0 commit comments