# Functions
AddMySQL creates a new MySQLInstance Controller and adds it to the Manager with default RBAC.
AddPostgreSQL creates a new PostgreSQLInstance Controller and adds it to the Manager with default RBAC.
# Structs
AzureMySQLServerHandler is a dynamic provisioning handler for Azure MySQLServer.
AzurePostgreSQLServerHandler is a dynamic provisioning handler for Azure PostgreSQLServer.
CloudSQLServerHandler is a dynamic provisioning handler for CloudSQL resource.
MySQLReconciler is the reconciler for MySQLInstance objects.
PostgreSQLReconciler is the reconciler for PostgreSQLInstance objects.
RDSInstanceHandler handles RDS Instance functionality.