Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeletionRuleReconciler ¶
type DeletionRuleReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme CronScheduler *gocron.Scheduler CronValidator cron.Parser ScheduledJobsTimeout time.Duration }
DeletionRuleReconciler reconciles a DeletionRule object
func (*DeletionRuleReconciler) Reconcile ¶
func (r *DeletionRuleReconciler) 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.13.0/pkg/reconcile
func (*DeletionRuleReconciler) SetupWithManager ¶
func (r *DeletionRuleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ThrottlingRuleReconciler ¶
type ThrottlingRuleReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme CronScheduler *gocron.Scheduler CronValidator cron.Parser ScheduledJobsTimeout time.Duration }
ThrottlingRuleReconciler reconciles a ThrottlingRule object
func (*ThrottlingRuleReconciler) Reconcile ¶
func (r *ThrottlingRuleReconciler) 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.13.0/pkg/reconcile
func (*ThrottlingRuleReconciler) SetupWithManager ¶
func (r *ThrottlingRuleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.