Uses of Class
io.javaoperatorsdk.operator.sample.schema.Schema
-
Packages that use Schema Package Description io.javaoperatorsdk.operator.sample.dependent io.javaoperatorsdk.operator.sample.schema -
-
Uses of Schema in io.javaoperatorsdk.operator.sample.dependent
Methods in io.javaoperatorsdk.operator.sample.dependent that return Schema Modifier and Type Method Description SchemaSchemaDependentResource. create(Schema target, MySQLSchema mySQLSchema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)SchemaSchemaDependentResource. desired(MySQLSchema primary, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)Methods in io.javaoperatorsdk.operator.sample.dependent that return types with arguments of type Schema Modifier and Type Method Description Set<Schema>SchemaDependentResource. fetchResources(MySQLSchema primaryResource)Methods in io.javaoperatorsdk.operator.sample.dependent with parameters of type Schema Modifier and Type Method Description SchemaSchemaDependentResource. create(Schema target, MySQLSchema mySQLSchema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context) -
Uses of Schema in io.javaoperatorsdk.operator.sample.schema
Methods in io.javaoperatorsdk.operator.sample.schema that return Schema Modifier and Type Method Description static SchemaSchemaService. createSchemaAndRelatedUser(Connection connection, String schemaName, String encoding, String userName, String password)Methods in io.javaoperatorsdk.operator.sample.schema that return types with arguments of type Schema Modifier and Type Method Description Optional<Schema>SchemaService. getSchema(String name)static Optional<Schema>SchemaService. getSchema(Connection connection, String schemaName)
-