Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 818 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 818 Bytes

Java Operator SDK Samples

!!! WARNING This repo is obsolete, the samples are moved back to main repository

There are multiple sample Operators in this repository. Some more basic examples can be found in the SDK itself, under the samples directory.

  • webserver: Simple example creating an NGINX webserver from a Custom Resource containing HTML code.

  • mysql-schema: Operator managing schemas in a MySQL database.

  • tomcat: Operator with two controllers, managing Tomcat instances and Webapps for these.

Instructions on how to run these samples can be found in the corresponding READMEs.