pub fn service_arecord_cr_name(
cluster: &str,
namespace: &str,
service_name: &str,
) -> StringExpand description
Derives the ARecord CR name for a Service.
Format: scout-{cluster}-{namespace}-{service_name}
No index suffix — unlike Ingress, a Service produces exactly one ARecord. Applies the same sanitisation and 253-char truncation as Ingress CR names.