Skip to content

Commit 3980734

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 190f49a commit 3980734

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,6 +2174,12 @@ type PluginConfiguration struct {
21742174
// +optional
21752175
Enabled *bool `json:"enabled,omitempty"`
21762176

2177+
// Only one plugin can be declared as WALArchiver.
2178+
// Cannot be active if ".spec.backup.barmanObjectStore" configuration is present.
2179+
// +kubebuilder:default:=false
2180+
// +optional
2181+
IsWALArchiver *bool `json:"isWALArchiver,omitempty"`
2182+
21772183
// Parameters is the configuration of the plugin
21782184
// +optional
21792185
Parameters map[string]string `json:"parameters,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)