Skip to main content

POOL

Constant POOL 

Source
pub const POOL: &str = "tatara.pleme.io/pool";
Expand description

Stamped by tatara-pool-reconciler::controller_pool:: build_member_process on every Process the pool controller materializes into a pool slot. Value is the owning crate::pool::EphemeralPool’s metadata.name; the pool controller’s process_belongs_to_pool membership gate reads this key back through the substrate primitive crate::prelude::Process::annotation to filter its owned members out of the cluster-wide Process listing. Peer to POOL_SLOT on the same pool-membership axis; the two keys travel together at every write site so any future rename (a tatara.pleme.io/v2/pool migration, an alias table for cross-cluster pool identity, a per-cluster ownership prefix) lands at ONE pub const in the substrate and every downstream consumer (the pool reconciler’s membership gate, any future observability label emitter, a cross-namespace pool-topology walker) inherits the upgrade mechanically.