Skip to main content

INDEX_BLOB_HEALTH_CONDITION

Constant INDEX_BLOB_HEALTH_CONDITION 

Source
pub const INDEX_BLOB_HEALTH_CONDITION: &str = "IndexBlobHealth";
Expand description

Repository/ClusterRepository condition reporting content-index-blob health (ADR-0005 §13). True = healthy (count under threshold); False with reason TooManyIndexBlobs = the index is growing unbounded because maintenance isn’t compacting. NON-BLOCKING: the repository stays Ready and GitOps health gates are not tripped — it’s a degradation warning, not an outage. Wire-visible (the kubectl plugin’s status reads it).