controllers

package
v0.0.0-...-cbcdaad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL