plugin-barman-cloud/internal/cnpgi
Marco Nenciarini 4c089ce55f
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-27 16:36:10 +02:00
..
common feat: serve restore hooks from the instance sidecar 2026-07-27 16:36:09 +02:00
instance feat: serve restore hooks from the instance sidecar 2026-07-27 16:36:09 +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-27 16:36:10 +02:00
restore feat: serve restore hooks from the instance sidecar 2026-07-27 16:36:09 +02:00