Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMysqlServer ¶
AddMysqlServer creates a new MysqlServer Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
func AddPostgreSQLServer ¶ added in v0.2.0
AddPostgreSQLServer creates a new PostgreSQLServer Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
Types ¶
type MySQLReconciler ¶ added in v0.2.0
type MySQLReconciler struct {
*SQLReconciler
}
MySQLReconciler reconciles a MysqlServer object
type PostgreSQLReconciler ¶ added in v0.2.0
type PostgreSQLReconciler struct {
*SQLReconciler
}
PostgreSQLReconciler reconciles a PostgreSQLServer object
type SQLReconciler ¶ added in v0.2.0
SQLReconciler reconciles SQL resource specs with Azure.
Click to show internal directories.
Click to hide internal directories.