Documentation
¶
Index ¶
Constants ¶
const (
DbInitMaxJobFailedLoadLimit = 5
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupReconciler ¶
type BackupReconciler struct { client.Client Scheme *runtime.Scheme Config controllerconfigv1.ProjectConfig Clock }
BackupReconciler reconciles a Backup object
func (*BackupReconciler) Reconcile ¶
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 (*BackupReconciler) SetupWithManager ¶
func (r *BackupReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DbInitJobReconciler ¶
type DbInitJobReconciler struct { client.Client Scheme *runtime.Scheme Config controllerconfigv1.ProjectConfig }
DbInitJobReconciler reconciles a DbInitJob object
func (*DbInitJobReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*DbInitJobReconciler) SetupWithManager ¶
func (r *DbInitJobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DbMigrationJobReconciler ¶
type DbMigrationJobReconciler struct { client.Client Scheme *runtime.Scheme Config controllerconfigv1.ProjectConfig }
DbMigrationJobReconciler reconciles a DbMigrationJob object
func (*DbMigrationJobReconciler) Reconcile ¶
func (r *DbMigrationJobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*DbMigrationJobReconciler) SetupWithManager ¶
func (r *DbMigrationJobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.