Skip to content

Commit

Permalink
chore: sync API
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudNativePG Automated Updates committed Oct 14, 2024
1 parent 35b3a7c commit bbbff5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/api/v1/backup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ type BackupStatus struct {

// Whether the backup was online/hot (`true`) or offline/cold (`false`)
Online *bool `json:"online,omitempty"`

// A map containing the plugin metadata
PluginMetadata map[string]string `json:"pluginMetadata,omitempty"`
}

// InstanceID contains the information to identify an instance
Expand Down
7 changes: 7 additions & 0 deletions pkg/api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbbff5c

Please sign in to comment.