Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronReconciler ¶
type CronReconciler struct {
// contains filtered or unexported fields
}
CronReconciler reconciles a Cron object.
func NewCronReconciler ¶
func NewCronReconciler(s *runtime.Scheme, c client.Client, r client.Reader, recorder record.EventRecorder) *CronReconciler
NewCronReconciler creates a new CronReconciler instance.
func (*CronReconciler) Reconcile ¶
func (r *CronReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, reconcileErr error)
Reconcile is the main reconciliation loop for Cron objects. It ensures that the current state of the cluster (active workloads) matches the desired state defined in the Cron schedule.
func (*CronReconciler) SetupWithManager ¶
func (r *CronReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.