Skip to main content

validate_cluster_repository

Function validate_cluster_repository 

Source
pub fn validate_cluster_repository(
    spec: &ClusterRepositorySpec,
) -> Vec<ValidationError>
Expand description

Validate a ClusterRepository spec, accumulating all problems (ADR §3.2).

All(false) is rejected as meaningless (SKILL: “false is rejected by webhook”).