Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertWebhookReconciler ¶
type AlertWebhookReconciler struct {
// contains filtered or unexported fields
}
AlertWebhookReconciler reconciles the alertmanager webhook
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, kubernetescli kubernetes.Interface) *AlertWebhookReconciler
func (*AlertWebhookReconciler) Reconcile ¶
func (r *AlertWebhookReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile makes sure that the Alertmanager default webhook is set.
func (*AlertWebhookReconciler) SetupWithManager ¶
func (r *AlertWebhookReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager setup our manager
Click to show internal directories.
Click to hide internal directories.