Documentation ¶
Index ¶
Constants ¶
View Source
const RequeueDelayOnError = time.Minute * 5
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressiveSyncReconciler ¶
type ProgressiveSyncReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme ArgoCDAppClient utils.ArgoCDAppClient StateManager utils.ProgressiveSyncStateManager }
ProgressiveSyncReconciler reconciles a ProgressiveSync object
func (*ProgressiveSyncReconciler) Reconcile ¶
func (r *ProgressiveSyncReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile performs the reconciling for a single named ProgressiveSync object
func (*ProgressiveSyncReconciler) SetupWithManager ¶
func (r *ProgressiveSyncReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds the reconciler to the manager, so that it gets started when the manager is started.
Click to show internal directories.
Click to hide internal directories.