service_arecord_cr_name

Function service_arecord_cr_name 

Source
pub fn service_arecord_cr_name(
    cluster: &str,
    namespace: &str,
    service_name: &str,
) -> String
Expand 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.