Versions in this module Expand all Collapse all v0 v0.0.1 Apr 14, 2023 Changes in this version + type DeploymentProber interface + IsReady func(ctx context.Context, name types.NamespacedName) (bool, error) + type Reconciler struct + func NewReconciler(client client.Client, config collectorresources.Config, ...) *Reconciler + func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)