Skip to content

Commit

Permalink
fix(hub notifications): update backups to be at container notificatio…
Browse files Browse the repository at this point in the history
…n level
Grady-Saccullo committed Oct 8, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8731e01 commit 5cea267
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/notifications/hub.ts
Original file line number Diff line number Diff line change
@@ -45,15 +45,16 @@ export type HubTopic =
| "container.state.changed"
| "container.desired_state.changed"
| "container.error"
| "container.backup.created"
| "container.backup.error"
| "container.backup.state.changed"

// container instance
| "container.instance.state.changed"
| "container.instance.error"
| "container.instances.reconfigured"
| "container.instance.migration.update"
| "container.instance.health.status.changed"
| "container.instance.backup.create"
| "container.instance.backup.error"

// dns certificate
| "dns.certificate.state.changed"

0 comments on commit 5cea267

Please sign in to comment.