Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseClusterReconciler ¶
type DatabaseClusterReconciler struct { client.Client Scheme *runtime.Scheme GodoClient *godo.Client }
DatabaseClusterReconciler reconciles a DatabaseCluster object
func (*DatabaseClusterReconciler) Reconcile ¶
func (r *DatabaseClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*DatabaseClusterReconciler) SetupWithManager ¶
func (r *DatabaseClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DatabaseClusterReferenceReconciler ¶
type DatabaseClusterReferenceReconciler struct { client.Client Scheme *runtime.Scheme GodoClient *godo.Client }
DatabaseClusterReferenceReconciler reconciles a DatabaseClusterReference object
func (*DatabaseClusterReferenceReconciler) Reconcile ¶
func (r *DatabaseClusterReferenceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*DatabaseClusterReferenceReconciler) SetupWithManager ¶
func (r *DatabaseClusterReferenceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DatabaseUserReconciler ¶
DatabaseUserReconciler reconciles a DatabaseUser object
func (*DatabaseUserReconciler) Reconcile ¶
func (r *DatabaseUserReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*DatabaseUserReconciler) SetupWithManager ¶
func (r *DatabaseUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DatabaseUserReferenceReconciler ¶
type DatabaseUserReferenceReconciler struct { client.Client Scheme *runtime.Scheme GodoClient *godo.Client }
DatabaseUserReferenceReconciler reconciles a DatabaseUserReference object
func (*DatabaseUserReferenceReconciler) Reconcile ¶
func (r *DatabaseUserReferenceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*DatabaseUserReferenceReconciler) SetupWithManager ¶
func (r *DatabaseUserReferenceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.