gateway api fixes
This commit is contained in:
@@ -77,6 +77,12 @@ public class CnpgCluster
|
||||
/// </summary>
|
||||
public string? BackupSchedule { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Number of days to retain backups. The Barman Cloud Plugin uses this as the
|
||||
/// recovery window (e.g. "30d"). Expired backups are cleaned up automatically.
|
||||
/// </summary>
|
||||
public int RetentionDays { get; set; } = 30;
|
||||
|
||||
/// <summary>
|
||||
/// Current lifecycle status of the cluster.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user