database

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2019 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddMysqlServer

func AddMysqlServer(mgr manager.Manager) error

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

func AddPostgreSQLServer(mgr manager.Manager) error

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

func (*MySQLReconciler) Reconcile added in v0.2.0

func (r *MySQLReconciler) Reconcile(request reconcile.Request) (reconcile.Result, error)

Reconcile reads that state of the cluster for a MysqlServer object and makes changes based on the state read and what is in the MysqlServer.Spec

type PostgreSQLReconciler added in v0.2.0

type PostgreSQLReconciler struct {
	*SQLReconciler
}

PostgreSQLReconciler reconciles a PostgreSQLServer object

func (*PostgreSQLReconciler) Reconcile added in v0.2.0

func (r *PostgreSQLReconciler) Reconcile(request reconcile.Request) (reconcile.Result, error)

Reconcile reads that state of the cluster for a PostgreSQLServer object and makes changes based on the state read and what is in the PostgreSQLServer.Spec

type SQLReconciler added in v0.2.0

type SQLReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

SQLReconciler reconciles SQL resource specs with Azure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL