File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,8 @@ permalink: /docs/using-samples
7
7
8
8
# Sample Operators we Provide
9
9
10
- We have few simple Operators under
11
- the [ smoke-test-samples] ( https://github.com/java-operator-sdk/java-operator-sdk/tree/master/smoke-test-samples ) directory.
12
- These are used mainly to showcase some minimal operators, but also to do some sanity checks during development:
13
-
14
- * * pure-java* : Minimal Operator implementation which only parses the Custom Resource and prints to stdout. Implemented
15
- with and without Spring Boot support. The two samples share the common module.
16
- * * spring-boot-plain* : Sample showing integration with Spring Boot.
17
-
18
- In addition to that, there are examples under [ sample-operators] ( https://github.com/java-operator-sdk/java-operator-sdk/tree/master/sample-operators )
19
- directory which are intended to show usage of different components in different scenarios, but mainly are more real world
10
+ We have examples under [ sample-operators] ( https://github.com/java-operator-sdk/java-operator-sdk/tree/master/sample-operators )
11
+ directory which are intended to demonstrate the usage of different components in different scenarios, but mainly are more real world
20
12
examples:
21
13
22
14
* * webpage* : Simple example creating an NGINX webserver from a Custom Resource containing HTML code.
You can’t perform that action at this time.
0 commit comments