pub const DOMAIN_TAG: &[u8] = b"tatara-process/v1alpha1\n";Expand description
The domain-separation tag every three-pillar composition rides.
The prefix tatara-process is the crate name that owns the
wire type, deliberately independent of the CRD’s K8s API group
(tatara.pleme.io). The version suffix binds to
crate::VERSION via the pin at
[tests::domain_tag_matches_crate_name_and_version_bytes] so a
future CRD-version bump either lands at both or fails-loudly at
the pin.