Skip to main content

GROUP_PREFIX

Constant GROUP_PREFIX 

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

Shared group prefix every finalizer key in the ALL family carries — the same tatara.pleme.io/ group segment every tatara-owned CRD annotation + finalizer key rides through, matching the #[kube(group = "tatara.pleme.io", …)] derive slot on the CRD structs. Pinned across every arm by [tests::all_share_group_prefix] so a future rename of the group (a shift to v2/ under a migration, a per-fleet override) lands at ONE substrate const here + the paired CRD derive slots rather than at three independent finalizer wire forms.