Skip to content

Commit 28c0877

Browse files
authored
adding basic docs (#230)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent cf5b798 commit 28c0877

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@
22

33
Supports Spring Boot 3.x
44

5-
You can see configuration properties root [here](./starter/src/main/java/io/javaoperatorsdk/operator/springboot/starter/OperatorConfigurationProperties.java).
5+
## Getting Started
6+
7+
Easiest way to get started, is to take a look on [WebPage sample](./samples/webpage).
8+
9+
## Configuration Properties
10+
11+
You can see configuration operator properties root [here](./starter/src/main/java/io/javaoperatorsdk/operator/springboot/starter/OperatorConfigurationProperties.java).
12+
13+
Reconciler properties [here](./starter/src/main/java/io/javaoperatorsdk/operator/springboot/starter/ReconcilerProperties.java).
14+
15+
## Overriding default implementation
16+
17+
You can provide own implementation instead of the by default provided beans,
18+
life for the [Fabric8 client](https://github.com/operator-framework/josdk-spring-boot-starter/blob/main/starter/src/main/java/io/javaoperatorsdk/operator/springboot/starter/OperatorAutoConfiguration.java#L51)
19+
but also the [Operator instance](https://github.com/operator-framework/josdk-spring-boot-starter/blob/main/starter/src/main/java/io/javaoperatorsdk/operator/springboot/starter/OperatorAutoConfiguration.java#L94).

0 commit comments

Comments
 (0)