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) 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) 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) 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 }
Click to show internal directories.
Click to hide internal directories.