You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/use-samples.md
+2-10Lines changed: 2 additions & 10 deletions
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.
0 commit comments