gateway api fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user