Versions in this module Expand all Collapse all v0 v0.2.0 Apr 11, 2019 Changes in this version + func AddMySQL(mgr manager.Manager) error + func AddPostgreSQL(mgr manager.Manager) error + type AzureMySQLServerHandler struct + func (h *AzureMySQLServerHandler) Find(name types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *AzureMySQLServerHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *AzureMySQLServerHandler) SetBindStatus(name types.NamespacedName, c client.Client, bound bool) error + type AzurePostgreSQLServerHandler struct + func (h *AzurePostgreSQLServerHandler) Find(name types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *AzurePostgreSQLServerHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *AzurePostgreSQLServerHandler) SetBindStatus(name types.NamespacedName, c client.Client, bound bool) error + type CloudSQLServerHandler struct + func (h *CloudSQLServerHandler) Find(name types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *CloudSQLServerHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *CloudSQLServerHandler) SetBindStatus(name types.NamespacedName, c client.Client, bound bool) error + type MySQLReconciler struct + func (r *MySQLReconciler) Reconcile(request reconcile.Request) (reconcile.Result, error) + type PostgreSQLReconciler struct + func (r *PostgreSQLReconciler) Reconcile(request reconcile.Request) (reconcile.Result, error) + type RDSInstanceHandler struct + func (h *RDSInstanceHandler) Find(name types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *RDSInstanceHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h RDSInstanceHandler) SetBindStatus(name types.NamespacedName, c client.Client, bound bool) error