Skip to main content

validate_unique_service_endpoints

Function validate_unique_service_endpoints 

Source
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.