Versions in this module Expand all Collapse all v1 v1.0.1 Dec 8, 2022 Changes in this version + var RemovedRowsVec = prometheus.NewHistogramVec(prometheus.HistogramOpts{ ... }, []string{ ... }) v1.0.0 Nov 30, 2022 Changes in this version + type BoardReconciler struct + Scheme *runtime.Scheme + func (r *BoardReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *BoardReconciler) SetupWithManager(mgr ctrl.Manager) error + type CronReconciler struct + Scheme *runtime.Scheme + func (r *CronReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *CronReconciler) SetupWithManager(mgr ctrl.Manager) error + type T4sReconciler struct + Scheme *runtime.Scheme + func (r *T4sReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *T4sReconciler) SetupWithManager(mgr ctrl.Manager) error