# JAVA-OPERATOR-SDK samples **Repository Path**: dushan1980/java-operator-sdk-samples ## Basic Information - **Project Name**: JAVA-OPERATOR-SDK samples - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: fixmysqlschema - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-23 - **Last Updated**: 2021-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java Operator SDK Samples There are multiple sample Operators in this repository. Some more basic examples can be found in the [SDK itself, under the samples directory](https://github.com/java-operator-sdk/java-operator-sdk/samples/). * [webserver](webserver/README.md): Simple example creating an NGINX webserver from a Custom Resource containing HTML code. * [mysql-schema](mysql-schema/README.md): Operator managing schemas in a MySQL database. * [tomcat](tomcat/README.md): 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.