controller

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertReconciler

type AlertReconciler struct {
	client.Client
	kuberecorder.EventRecorder

	ControllerName string
}

AlertReconciler reconciles an Alert object to migrate it to static Alert.

func (*AlertReconciler) Reconcile

func (r *AlertReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)

func (*AlertReconciler) SetupWithManager

func (r *AlertReconciler) SetupWithManager(mgr ctrl.Manager) error

type ProviderReconciler

type ProviderReconciler struct {
	client.Client
	kuberecorder.EventRecorder

	ControllerName string
}

ProviderReconciler reconciles a Provider object to migrate it to static Provider.

func (*ProviderReconciler) Reconcile

func (r *ProviderReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)

func (*ProviderReconciler) SetupWithManager

func (r *ProviderReconciler) SetupWithManager(mgr ctrl.Manager) error

type ReceiverReconciler

type ReceiverReconciler struct {
	client.Client
	helper.Metrics
	kuberecorder.EventRecorder

	ControllerName string
}

ReceiverReconciler reconciles a Receiver object

func (*ReceiverReconciler) Reconcile

func (r *ReceiverReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, retErr error)

func (*ReceiverReconciler) SetupWithManager

func (r *ReceiverReconciler) SetupWithManager(mgr ctrl.Manager) error

func (*ReceiverReconciler) SetupWithManagerAndOptions

func (r *ReceiverReconciler) SetupWithManagerAndOptions(mgr ctrl.Manager, opts ReceiverReconcilerOptions) error

type ReceiverReconcilerOptions

type ReceiverReconcilerOptions struct {
	RateLimiter ratelimiter.RateLimiter
}

Jump to

Keyboard shortcuts

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