pub const CLUSTER_NAME_MAX_LEN: usize = 32;Expand description
Maximum length of Repository/ClusterRepository identityDefaults.cluster.
A cluster identity is a short, human-chosen suffix appended onto a namespace
name — not free text — so this is generous headroom well under DNS’s 253-byte
label ceiling, not a real constraint in practice.