pub fn workload_identities(
pods: &[Pod],
claim_name: &str,
) -> Vec<WorkloadIdentity>Expand description
Build WorkloadIdentity for every workload pod mounting claim_name — i.e. those
mounting the claim, minus kopiur-managed (mover) pods. The shared core for backup,
restore, and webhook compatibility checks (one definition, no per-caller duplication).