gateway api fixes

This commit is contained in:
Nils Blomgren
2026-05-21 16:57:50 +02:00
parent 8b94fb8826
commit e0f967482e
68 changed files with 44082 additions and 437 deletions

View File

@@ -41,6 +41,12 @@ public class CnpgClusterDetail
/// The current write LAG in bytes across replicas (0 = fully caught up).
/// </summary>
public long ReplicationLagBytes { get; set; }
/// <summary>
/// Live-synced backup list reconciled from K8s Backup CRs plus the DB records.
/// Populated by GetClusterDetailAsync; falls back to Cluster.Backups if sync is skipped.
/// </summary>
public List<CnpgBackup> Backups { get; set; } = [];
}
/// <summary>