Skip to content

Commit dfeca8b

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 1f80a52 commit dfeca8b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,11 @@ type PluginStatus struct {
21412141
// +optional
21422142
BackupCapabilities []string `json:"backupCapabilities,omitempty"`
21432143

2144+
// RestoreJobHookCapabilities are the list of capabilities of the
2145+
// plugin regarding the RestoreJobHook management
2146+
// +optional
2147+
RestoreJobHookCapabilities []string `json:"restoreJobHookCapabilities,omitempty"`
2148+
21442149
// Status contain the status reported by the plugin through the SetStatusInCluster interface
21452150
// +optional
21462151
Status string `json:"status,omitempty"`

pkg/api/v1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)