Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrTenantFailed = errors.New("tenant failed")
)
Functions ¶
This section is empty.
Types ¶
type CollectorReconciler ¶
CollectorReconciler reconciles a Collector object
func (*CollectorReconciler) SetupWithManager ¶
func (r *CollectorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RouteReconciler ¶
RouteReconciler is responsible for reconciling Tenant resources It also watches for changes to Subscriptions, Outputs, and Namespaces to trigger the appropriate reconciliation logic when related resources change.
func (*RouteReconciler) SetupWithManager ¶
func (r *RouteReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.