Skip to content

Commit 9bd3c6c

Browse files
Update README.md
1 parent f4be029 commit 9bd3c6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
1414
</tr>
1515
<tr>
1616
<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>
1818
</tr>
1919
<tr>
2020
<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.
5353
* Integration with Cloud services - e.g. Secret stores
5454
* Safer deployment of applications - only expose cluster to users by Custom Resources
5555

56-
#### Roadmap
56+
#### <a id="Roadmap"><a id="3">Roadmap</a></a>
5757
* Testing of the framework and all samples while running on a real cluster.
5858
* Generate a project skeleton
5959
* Generate Java classes from CRD definion (and/or the other way around)
6060
* Integrate with Quarkus (including native image build)
6161
* Integrate with OLM (Operator Lifecycle Manager)
6262

63-
#### Join us on Discord!
63+
#### <a id="Discord"><a id="4">Join us on Discord!</a></a>
6464

6565
[Discord Invite Link](https://discord.gg/DacEhAy)
6666

67-
#### User Guide
67+
#### <a id="Guide"><a id="5">User Guide</a></a>
6868

6969
You can (will) find detailed documentation [here](docs/DOCS.md).
7070
Note that these docs are currently in progress.
7171

72-
#### Usage
72+
#### <a id="Usage"><a id="6">Usage</a></a>
7373

7474
We have several sample Operators under the samples directory:
7575
* *basic*: Minimal Operator implementation which only parses the Custom Resource and prints to stdout.
@@ -162,7 +162,7 @@ public class WebServerSpec {
162162
}
163163
```
164164

165-
#### Spring Boot
165+
#### <a id="Boot"><a id="7">Spring Boot</a></a>
166166

167167
You can also let Spring Boot wire your application together and automatically register the controllers.
168168

0 commit comments

Comments
 (0)