From 2a20a845f561a2db0da785be3a835b5dab65af07 Mon Sep 17 00:00:00 2001 From: Karsten Gresch Date: Thu, 1 Dec 2022 23:01:39 +0100 Subject: [PATCH] #1384, smoke test samples were removed. Including spring-boot-plain. Check https://github.com/java-operator-sdk/java-operator-sdk/pull/1384. --- docs/documentation/use-samples.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/documentation/use-samples.md b/docs/documentation/use-samples.md index 9f8b383f89..eabe145175 100644 --- a/docs/documentation/use-samples.md +++ b/docs/documentation/use-samples.md @@ -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.