controllers

package
v0.33.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2023 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ProviderIndexKey = ".metadata.provider"
)

Functions

This section is empty.

Types

type AlertReconciler

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

	ControllerName string
}

AlertReconciler reconciles a Alert object

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

func (*AlertReconciler) SetupWithManagerAndOptions added in v0.19.0

func (r *AlertReconciler) SetupWithManagerAndOptions(mgr ctrl.Manager, opts AlertReconcilerOptions) error

type AlertReconcilerOptions added in v0.19.0

type AlertReconcilerOptions struct {
	MaxConcurrentReconciles int
	RateLimiter             ratelimiter.RateLimiter
}

type ProviderReconciler

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

	ControllerName string
}

ProviderReconciler reconciles a Provider object

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

func (*ProviderReconciler) SetupWithManagerAndOptions added in v0.19.0

func (r *ProviderReconciler) SetupWithManagerAndOptions(mgr ctrl.Manager, opts ProviderReconcilerOptions) error

type ProviderReconcilerOptions added in v0.19.0

type ProviderReconcilerOptions struct {
	MaxConcurrentReconciles int
	RateLimiter             ratelimiter.RateLimiter
}

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 added in v0.19.0

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

type ReceiverReconcilerOptions added in v0.19.0

type ReceiverReconcilerOptions struct {
	MaxConcurrentReconciles int
	RateLimiter             ratelimiter.RateLimiter
}

Jump to

Keyboard shortcuts

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