Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(ctx context.Context, kubeClient kubernetes.Interface, radixClient radixclient.Interface, handler common.Handler, kubeInformerFactory kubeinformers.SharedInformerFactory, radixInformerFactory informers.SharedInformerFactory) *common.Controller
NewController creates a new controller that handles RadixAlerts
func NewHandler ¶
func NewHandler(kubeclient kubernetes.Interface, kubeutil *kube.Kube, radixclient radixclient.Interface, prometheusperatorclient monitoring.Interface, eventRecorder record.EventRecorder, options ...HandlerConfigOption) common.Handler
NewHandler Constructor
Types ¶
type HandlerConfigOption ¶
type HandlerConfigOption func(*handler)
HandlerConfigOption defines a configuration function used for additional configuration of Handler
func WithAlertSyncerFactory ¶
func WithAlertSyncerFactory(factory alert.AlertSyncerFactory) HandlerConfigOption
WithAlertSyncerFactory configures the alertSyncerFactory for the Handler
Click to show internal directories.
Click to hide internal directories.