Skip to content

Commit c6fb5f1

Browse files
#1384, smoke test samples were removed. (#1642)
1 parent 1ec4d7c commit c6fb5f1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/documentation/use-samples.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@ permalink: /docs/using-samples
77

88
# Sample Operators we Provide
99

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
2012
examples:
2113

2214
* *webpage*: Simple example creating an NGINX webserver from a Custom Resource containing HTML code.

0 commit comments

Comments
 (0)