Skip to main content

pod_name_for

Function pod_name_for 

Source
pub fn pod_name_for(function_name: &str, deploy_id: &str) -> String
Expand description

Build a deterministic, DNS-1123-safe Pod name for the given function + deploy_id. Truncated/lowercased so it fits the 63-char label limit.