@@ -14,7 +14,7 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
14
14
</tr >
15
15
<tr >
16
16
<td><a href="#2">2.</a></td>
17
- <td><a href="#Operators ">Why build your own Operator</a></td>
17
+ <td><a href="#Operator ">Why build your own Operator</a></td>
18
18
</tr >
19
19
<tr >
20
20
<td><a href="#3">3.</a></td>
@@ -53,23 +53,23 @@ about the non-trivial yet common problems needs to be solved for every operator.
53
53
* Integration with Cloud services - e.g. Secret stores
54
54
* Safer deployment of applications - only expose cluster to users by Custom Resources
55
55
56
- #### Roadmap
56
+ #### < a id = " Roadmap " >< a id = " 3 " >Roadmap</ a ></ a >
57
57
* Testing of the framework and all samples while running on a real cluster.
58
58
* Generate a project skeleton
59
59
* Generate Java classes from CRD definion (and/or the other way around)
60
60
* Integrate with Quarkus (including native image build)
61
61
* Integrate with OLM (Operator Lifecycle Manager)
62
62
63
- #### Join us on Discord!
63
+ #### < a id = " Discord " >< a id = " 4 " > Join us on Discord!</ a ></ a >
64
64
65
65
[ Discord Invite Link] ( https://discord.gg/DacEhAy )
66
66
67
- #### User Guide
67
+ #### < a id = " Guide " >< a id = " 5 " > User Guide</ a ></ a >
68
68
69
69
You can (will) find detailed documentation [ here] ( docs/DOCS.md ) .
70
70
Note that these docs are currently in progress.
71
71
72
- #### Usage
72
+ #### < a id = " Usage " >< a id = " 6 " >Usage</ a ></ a >
73
73
74
74
We have several sample Operators under the samples directory:
75
75
* * basic* : Minimal Operator implementation which only parses the Custom Resource and prints to stdout.
@@ -162,7 +162,7 @@ public class WebServerSpec {
162
162
}
163
163
```
164
164
165
- #### Spring Boot
165
+ #### < a id = " Boot " >< a id = " 7 " > Spring Boot</ a ></ a >
166
166
167
167
You can also let Spring Boot wire your application together and automatically register the controllers.
168
168
0 commit comments