pub fn repository_warnings(
backend: &Backend,
mover_defaults: Option<&MoverDefaults>,
) -> Vec<String>Expand description
Non-blocking admission warnings for a Repository/ClusterRepository. Shared
by both handlers (the rules can’t fork). Today: the inline-NFS + fsGroup-only
footgun (see NFS_FSGROUP_WARNING) and the S3 caBundleRef +
insecureSkipVerify shadowing (see S3_TLS_SKIP_VERIFY_WARNING). Takes the
resolved backend + moverDefaults so it serves both kinds without
re-deriving them.