plugin-barman-cloud/internal/cnpgi
Marco Nenciarini 1bcf222b14
refactor: deduplicate barman object store presence check
Validate() and the instance sidecar injection condition each
independently re-encoded "is any of BarmanObjectName,
RecoveryBarmanObjectName or ReplicaSourceBarmanObjectName set". The
injection condition had already drifted from Validate() once, missing
RecoveryBarmanObjectName until this PR added it back. Extract a single
HasAnyBarmanObjectStore() method so the two checks can no longer drift
apart the same way again.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-07-24 14:28:06 +02:00
..
common feat: serve restore hooks from the instance sidecar 2026-07-24 11:49:49 +02:00
instance feat: serve restore hooks from the instance sidecar 2026-07-24 11:49:49 +02:00
metadata chore(main): release 0.13.0 (#860) 2026-06-10 10:55:17 +02:00
operator refactor: deduplicate barman object store presence check 2026-07-24 14:28:06 +02:00
restore feat: serve restore hooks from the instance sidecar 2026-07-24 11:49:49 +02:00