Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLClusterReconciler ¶
type MySQLClusterReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder AgentImage string BackupImage string FluentBitImage string ExporterImage string SystemNamespace string ClusterManager clustering.ClusterManager }
MySQLClusterReconciler reconciles a MySQLCluster object
func (*MySQLClusterReconciler) Reconcile ¶
func (r *MySQLClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile implements Reconciler interface. See https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile#Reconciler
func (*MySQLClusterReconciler) SetupWithManager ¶
func (r *MySQLClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.