Uses of Class
io.javaoperatorsdk.operator.sample.MySQLSchema
-
Packages that use MySQLSchema Package Description io.javaoperatorsdk.operator.sample io.javaoperatorsdk.operator.sample.dependent -
-
Uses of MySQLSchema in io.javaoperatorsdk.operator.sample
Methods in io.javaoperatorsdk.operator.sample that return types with arguments of type MySQLSchema Modifier and Type Method Description io.javaoperatorsdk.operator.api.reconciler.UpdateControl<MySQLSchema>MySQLSchemaReconciler. reconcile(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)io.javaoperatorsdk.operator.api.reconciler.ErrorStatusUpdateControl<MySQLSchema>MySQLSchemaReconciler. updateErrorStatus(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context, Exception e)Methods in io.javaoperatorsdk.operator.sample with parameters of type MySQLSchema Modifier and Type Method Description io.javaoperatorsdk.operator.api.reconciler.UpdateControl<MySQLSchema>MySQLSchemaReconciler. reconcile(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)io.javaoperatorsdk.operator.api.reconciler.ErrorStatusUpdateControl<MySQLSchema>MySQLSchemaReconciler. updateErrorStatus(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context, Exception e)Method parameters in io.javaoperatorsdk.operator.sample with type arguments of type MySQLSchema Modifier and Type Method Description io.javaoperatorsdk.operator.api.reconciler.UpdateControl<MySQLSchema>MySQLSchemaReconciler. reconcile(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)io.javaoperatorsdk.operator.api.reconciler.ErrorStatusUpdateControl<MySQLSchema>MySQLSchemaReconciler. updateErrorStatus(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context, Exception e) -
Uses of MySQLSchema in io.javaoperatorsdk.operator.sample.dependent
Methods in io.javaoperatorsdk.operator.sample.dependent with parameters of type MySQLSchema Modifier and Type Method Description SchemaSchemaDependentResource. create(Schema target, MySQLSchema mySQLSchema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)voidSchemaDependentResource. delete(MySQLSchema primary, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)SchemaSchemaDependentResource. desired(MySQLSchema primary, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)protected io.fabric8.kubernetes.api.model.SecretSecretDependentResource. desired(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)Set<Schema>SchemaDependentResource. fetchResources(MySQLSchema primaryResource)io.javaoperatorsdk.operator.processing.dependent.Matcher.Result<io.fabric8.kubernetes.api.model.Secret>SecretDependentResource. match(io.fabric8.kubernetes.api.model.Secret actual, MySQLSchema primary, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)Method parameters in io.javaoperatorsdk.operator.sample.dependent with type arguments of type MySQLSchema Modifier and Type Method Description SchemaSchemaDependentResource. create(Schema target, MySQLSchema mySQLSchema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)voidSchemaDependentResource. delete(MySQLSchema primary, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)SchemaSchemaDependentResource. desired(MySQLSchema primary, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)protected io.fabric8.kubernetes.api.model.SecretSecretDependentResource. desired(MySQLSchema schema, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)io.javaoperatorsdk.operator.processing.dependent.Matcher.Result<io.fabric8.kubernetes.api.model.Secret>SecretDependentResource. match(io.fabric8.kubernetes.api.model.Secret actual, MySQLSchema primary, io.javaoperatorsdk.operator.api.reconciler.Context<MySQLSchema> context)
-