pub const PROCESS: &str = "tatara.pleme.io/process-finalizer";Expand description
Finalizer key stamped on the crate::prelude::Process
metadata.finalizers list by
tatara-reconciler::phase_machine::handle_pending. The reconciler
blocks K8s garbage collection until it has emitted the terminal
crate::prelude::ProcessAttestation receipt and stripped the
finalizer at handle_reaped.
Re-exported at the crate root as crate::PROCESS_FINALIZER for
consumers that predate this module.