Documentation ¶
Index ¶
- type UptimerobotReconciler
- func (r *UptimerobotReconciler) CreateMonitor(host string, annotations map[string]string) error
- func (r *UptimerobotReconciler) DeleteMonitor(host string, annotations map[string]string) error
- func (r *UptimerobotReconciler) FilterEnabledIngress() predicate.Predicate
- func (r *UptimerobotReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *UptimerobotReconciler) SetupWithManager(mgr ctrl.Manager) error
- type UtilProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UptimerobotReconciler ¶
type UptimerobotReconciler struct { client.Client Scheme *runtime.Scheme UtilProvider }
func (*UptimerobotReconciler) CreateMonitor ¶
func (r *UptimerobotReconciler) CreateMonitor(host string, annotations map[string]string) error
func (*UptimerobotReconciler) DeleteMonitor ¶
func (r *UptimerobotReconciler) DeleteMonitor(host string, annotations map[string]string) error
func (*UptimerobotReconciler) FilterEnabledIngress ¶
func (r *UptimerobotReconciler) FilterEnabledIngress() predicate.Predicate
func (*UptimerobotReconciler) SetupWithManager ¶
func (r *UptimerobotReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.