pub const PROCESS_FINALIZER: &str;Expand description
Standard finalizer for the Process reconciler.
Re-export of finalizers::PROCESS — the substrate-owner
per-CRD finalizer family lives at crate::finalizers; this
top-level const stays put for downstream consumers that predate
the module, and is coherence-pinned against
finalizers::PROCESS by
[finalizers::tests::process_finalizer_top_level_reexport_routes_through_finalizers_process].