Skip to content

#1384, smoke test samples were removed. #1642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions docs/documentation/use-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ permalink: /docs/using-samples

# Sample Operators we Provide

We have few simple Operators under
the [smoke-test-samples](https://github.com/java-operator-sdk/java-operator-sdk/tree/master/smoke-test-samples) directory.
These are used mainly to showcase some minimal operators, but also to do some sanity checks during development:

* *pure-java*: Minimal Operator implementation which only parses the Custom Resource and prints to stdout. Implemented
with and without Spring Boot support. The two samples share the common module.
* *spring-boot-plain*: Sample showing integration with Spring Boot.

In addition to that, there are examples under [sample-operators](https://github.com/java-operator-sdk/java-operator-sdk/tree/master/sample-operators)
directory which are intended to show usage of different components in different scenarios, but mainly are more real world
We have examples under [sample-operators](https://github.com/java-operator-sdk/java-operator-sdk/tree/master/sample-operators)
directory which are intended to demonstrate the usage of different components in different scenarios, but mainly are more real world
examples:

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