Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ec): add new DR backup type ReplicatedBackup #5032

Conversation

JGAntunes
Copy link
Member

What this PR does / why we need it:

The Backups we show to the user in the UI now have a specific name and can contain 1 or more backups (infra and app backups). We should create a new go type ReplicatedBackup which includes a Name, an array of Backups containing each of the individual backups it holds, an ExpectedBackupCount holding the expected number of backups for this ReplicatedBackup to hold and a field to identify this type as a new Backup type.

Which issue(s) this PR fixes:

https://app.shortcut.com/replicated/story/116339/create-a-new-replicatedbackup-type-including-a-name-property-and-an-array-of-backups

Does this PR require a test?

NONE we're just adding a type for now

Does this PR require a release note?

NONE

Does this PR require documentation?

NONE

@JGAntunes JGAntunes self-assigned this Dec 6, 2024
@JGAntunes JGAntunes added the type::feature New feature or request label Dec 6, 2024
@JGAntunes
Copy link
Member Author

Closing this one in favour of #5033.

@JGAntunes JGAntunes closed this Dec 10, 2024
@JGAntunes JGAntunes deleted the jgantunes/sc-116339/create-a-new-replicatedbackup-type-including branch December 10, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant