pub const REPLICATION_LABEL: &str = "kopiur.home-operations.com/replication";Expand description
Label tying a blob-replication mover Job back to its owning
RepositoryReplication — the single-flight selector the controller uses,
and the selector kubectl kopiur replication run prints when a requested
run fails and the user needs the Job’s logs. Lives here, next to
SNAPSHOT_REPLICATION_LABEL, because the controller and the CLI must
agree on it byte-for-byte; a copy in either would drift silently.