# Functions
RunRcloneDestReconciler reconciles rclone mover related objects.
RunRcloneSrcReconciler is invoked when ReplicationSource.Spec.Rclone != nil.
RunResticDestReconciler is invokded when ReplicationDestination.Spec>Restic != nilnolint:dupl.
RunResticSrcReconciler is invokded when ReplicationSource.Spec>Restic != nilnolint:dupl.
nolint:dupl.
nolint:dupl.
# Constants
DefaultRcloneContainerImage is the default container image name of the rclone data mover.
DefaultResticContainerImage is the default container image name of the restic data mover.
DefaultRsyncContainerImage is the default container image name of the rsync data mover.
DefaultSCCName is the default name of the scribe security context constraint.
# Variables
RcloneContainerImage is the container image name of the rclone data mover.
ResticContainerImage is the container image name of the restic data mover.
RsyncContainerImage is the container image name of the rsync data mover.
SCCName is the name of the scribe security context constraint.
# Structs
ReplicationDestinationReconciler reconciles a ReplicationDestination object.
ReplicationSourceReconciler reconciles a ReplicationSource object.