pub fn validate_unique_service_endpoints(
spec: &DeploymentSpec,
) -> Result<(), ValidationError>Expand description
Validate that each service has unique endpoint names
ยงErrors
Returns a validation error if any service has duplicate endpoint names.