Skip to main content

REPOSITORIES_READY_CONDITION

Constant REPOSITORIES_READY_CONDITION 

Source
pub const REPOSITORIES_READY_CONDITION: &str = "RepositoriesReady";
Expand description

SnapshotPolicy condition recording whether every repository the policy targets is Ready. Set False (with REPOSITORY_NOT_READY_REASON) when at least one referenced Repository/ClusterRepository is not Ready: backups, retention, adoption and verification against the not-ready subset are deferred (the ready subset keeps processing), and nothing about the policy’s phase-less surface would otherwise say so — the silent-wedge shape of #359 for the recipe kind. Structural (crate::gates::POLICY_REPOSITORY_NOT_READY_GATE): a repository that never recovers never self-heals this condition.