Skip to content

Commit 596166c

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 852897b commit 596166c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,8 +2363,9 @@ type PluginConfiguration struct {
23632363
// +optional
23642364
Enabled *bool `json:"enabled,omitempty"`
23652365

2366-
// Only one plugin can be declared as WALArchiver.
2367-
// Cannot be active if ".spec.backup.barmanObjectStore" configuration is present.
2366+
// Marks the plugin as the WAL archiver. At most one plugin can be
2367+
// designated as a WAL archiver. This cannot be enabled if the
2368+
// `.spec.backup.barmanObjectStore` configuration is present.
23682369
// +kubebuilder:default:=false
23692370
// +optional
23702371
IsWALArchiver *bool `json:"isWALArchiver,omitempty"`

0 commit comments

Comments
 (0)